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 8c36634 commit fdca709Copy full SHA for fdca709
tests/test_util.py
@@ -55,7 +55,7 @@ def test_get_version_from_dependency_missing_file():
55
@pytest.mark.benchmark
56
def test_get_version_from_dependency_missing_dependency():
57
"""Test get_version_from_dependency with missing dependency."""
58
- mock_toml_content = {"build-system": {"requires": ["other-package==1.0.0"]}}
+ mock_toml_content = {"dependencies": ["other-package==1.0.0"]}
59
60
with (
61
patch("pathlib.Path.exists", return_value=True),
0 commit comments