Skip to content

Commit 5e76d15

Browse files
committed
properly check that local packages are skipped
1 parent 798e579 commit 5e76d15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

minimum_versions/tests/test_environments.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@ def test_parse_spec_error(self, version_text):
355355
pytest.param(
356356
textwrap.dedent(
357357
"""\
358+
[package]
359+
name = "a"
360+
358361
[dependencies]
359362
a = { path = "." }
360363

0 commit comments

Comments
 (0)