We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1533562 commit 4f43e5fCopy full SHA for 4f43e5f
test/unit/config_test.py
@@ -56,6 +56,7 @@ def test_expansion_validation():
56
with pytest.raises(ValueError):
57
_ = BaseConfigExpansion(python_versions=("1.f.0",))
58
59
+
60
def test_min_py_version():
61
conf = BaseConfig(python_versions=("5.5.5", "1.1.1", "9.9.9"))
62
assert conf.min_py_version == "1.1.1"
0 commit comments