From d49e957905a8d577552ad408f7d785e69e75c290 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 28 May 2020 19:59:44 +0530 Subject: [PATCH] Skip the correct test --- tests/functional/test_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py index 4decbd2d8..01fdc8e0d 100644 --- a/tests/functional/test_install.py +++ b/tests/functional/test_install.py @@ -1449,6 +1449,7 @@ def test_install_no_binary_disables_cached_wheels(script, data, with_wheel): assert "Running setup.py install for upper" in str(res), str(res) +@pytest.mark.fails_on_new_resolver def test_install_editable_with_wrong_egg_name(script): script.scratch_path.joinpath("pkga").mkdir() pkga_path = script.scratch_path / 'pkga'