Skip to content

Commit 6ef7731

Browse files
committed
Nothing special with python 3.14+
1 parent 0192b4b commit 6ef7731

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/functional/test_uninstall.py

-4
Original file line numberDiff line numberDiff line change
@@ -628,10 +628,6 @@ def test_uninstall_with_symlink(
628628
assert symlink_target.stat().st_mode == st_mode
629629

630630

631-
@pytest.mark.skipif(
632-
"sys.version_info >= (3, 14)",
633-
reason="Uninstall of .egg distributions not supported in Python 3.14+",
634-
)
635631
def test_uninstall_setuptools_develop_install(
636632
script: PipTestEnvironment, data: TestData
637633
) -> None:

0 commit comments

Comments
 (0)