Skip to content

Commit f005fd9

Browse files
test update to validate distlib behavior
1 parent b5f6ff6 commit f005fd9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/functional/test_uninstall.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,9 @@ def test_uninstall_overlapping_package(
238238
"console_scripts",
239239
[
240240
"test_ = distutils_install:test",
241-
pytest.param(
242-
"test_:test_ = distutils_install:test_test",
243-
marks=pytest.mark.xfail(
244-
reason="colon not supported in wheel entry point name?"
245-
),
246-
),
241+
"test_:test_ = distutils_install:test_test",
242+
",test_ = distutils_install:test_test",
243+
", = distutils_install:test_test",
247244
],
248245
)
249246
def test_uninstall_entry_point_colon_in_name(

0 commit comments

Comments
 (0)