Skip to content

Commit

Permalink
Remove test on allowing colons in entry point, as not considered supp…
Browse files Browse the repository at this point in the history
…orted
  • Loading branch information
notatallshaw committed Mar 9, 2024
1 parent ee6386b commit 2dfdc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def test_uninstall_overlapping_package(
"console_scripts",
[
"test_ = distutils_install:test",
"test_:test_ = distutils_install:test_test",
",test_ = distutils_install:test_test",
", = distutils_install:test_test",
],
Expand Down Expand Up @@ -272,6 +271,7 @@ def test_uninstall_entry_point_colon_in_name(
assert script_name.exists()
script.assert_installed(ep_install="0.1")

breakpoint()
script.pip("uninstall", "ep_install", "-y")
assert not script_name.exists()
script.assert_not_installed("ep-install")
Expand Down

0 comments on commit 2dfdc47

Please sign in to comment.