Skip the correct test

This commit is contained in:
Pradyun Gedam 2020-05-28 19:59:44 +05:30
parent 03b11eed8f
commit d49e957905
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 0 deletions

View File

@ -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'