From ec585c555df2754b02f9c5a7f2bd2e9b3614d3cd Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Sun, 23 Jun 2024 23:36:44 +1000 Subject: [PATCH] CI: Avoid a pip behaviour dependency in test_sync Closes #2104 --- tests/test_sync.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_sync.py b/tests/test_sync.py index e84b598ba..f01878bc7 100644 --- a/tests/test_sync.py +++ b/tests/test_sync.py @@ -168,10 +168,7 @@ def test_diff_should_not_uninstall(fake_dist): "pip-tools==1.1.1", "pip-review==1.1.1", "pkg-resources==0.0.0", - "setuptools==34.0.0", - "wheel==0.29.0", "python==3.0", - "distribute==0.1", "wsgiref==0.1", "argparse==0.1", )