Skip to content

Commit 876cfe3

Browse files
committed
Remove test on allowing colons in entry point, as not considered supported
1 parent ee6386b commit 876cfe3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/functional/test_uninstall.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ def test_uninstall_overlapping_package(
238238
"console_scripts",
239239
[
240240
"test_ = distutils_install:test",
241-
"test_:test_ = distutils_install:test_test",
242241
",test_ = distutils_install:test_test",
243242
", = distutils_install:test_test",
244243
],

0 commit comments

Comments
 (0)