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 24846a8 commit d31b644Copy full SHA for d31b644
pyperformance/tests/test_pyproject_toml.py
@@ -89,7 +89,6 @@ def test_parse_readme_file_missing_with_requirefiles_false(self):
89
version = "1.0"
90
readme = "MISSING_README.md"
91
"""
92
-
93
data = _pyproject_toml.parse_pyproject_toml(
94
toml_content, rootdir=str(tmpdir), requirefiles=False
95
)
0 commit comments