From 0e4dd69759a90c7b66e603ec001f638738bf2d26 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Mon, 25 May 2020 20:39:43 +0800 Subject: [PATCH] Also fixed this test --- tests/functional/test_download.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/test_download.py b/tests/functional/test_download.py index 83e2aae26..e5bb89b7b 100644 --- a/tests/functional/test_download.py +++ b/tests/functional/test_download.py @@ -669,7 +669,6 @@ def test_download_exit_status_code_when_blank_requirements_file(script): script.pip('download', '-r', 'blank.txt') -@pytest.mark.fails_on_new_resolver def test_download_prefer_binary_when_tarball_higher_than_wheel(script, data): fake_wheel(data, 'source-0.8-py2.py3-none-any.whl') result = script.pip(