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 bc250ab commit 6e12622Copy full SHA for 6e12622
tests/test_util.py
@@ -57,9 +57,7 @@ def test_get_version_from_dependency_missing_file():
57
@pytest.mark.benchmark
58
def test_get_version_from_dependency_missing_dependency():
59
"""Test get_version_from_dependency with missing dependency."""
60
- mock_toml_content = {
61
- "build-system": {"requires": ["other-package==1.0.0"]}
62
- }
+ mock_toml_content = {"build-system": {"requires": ["other-package==1.0.0"]}}
63
64
with (
65
patch("pathlib.Path.exists", return_value=True),
0 commit comments