Skip to content

Commit

Permalink
test update to validate distlib behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavioAmurrioCS committed Dec 19, 2023
1 parent 9c9cd71 commit 12e76d7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/functional/test_uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,9 @@ def test_uninstall_overlapping_package(
"console_scripts",
[
"test_ = distutils_install:test",
pytest.param(
"test_:test_ = distutils_install:test_test",
marks=pytest.mark.xfail(
reason="colon not supported in wheel entry point name?"
),
),
"test_:test_ = distutils_install:test_test",
",test_ = distutils_install:test_test",
", = distutils_install:test_test",
],
)
def test_uninstall_entry_point_colon_in_name(
Expand Down

0 comments on commit 12e76d7

Please sign in to comment.