Skip to content

Commit de7a3cb

Browse files
committed
Added docstring
1 parent 711b19a commit de7a3cb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

test/integration/conftest.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@ def poetry_path() -> str:
1515

1616
@pytest.fixture(scope="session")
1717
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+
"""
1826
return BaseConfig(root_path=Path(), project_name="toolbox").minimum_python_version

0 commit comments

Comments
 (0)