We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711b19a commit de7a3cbCopy full SHA for de7a3cb
1 file changed
test/integration/conftest.py
@@ -15,4 +15,12 @@ def poetry_path() -> str:
15
16
@pytest.fixture(scope="session")
17
def ptb_minimum_python_version() -> str:
18
+ """
19
+ Some integration tests create a sample poetry project and need to
20
+ specify its minimum python version in property "requires-python" in file
21
+ pyproject.toml.
22
+
23
+ This fixture returns a value including all python versions supported by
24
+ the PTB.
25
26
return BaseConfig(root_path=Path(), project_name="toolbox").minimum_python_version
0 commit comments