Skip to content

Remove new resolver marker from tests that should pass #8321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/functional/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def test_pep518_with_user_pip(script, pip_src, data, common_wheels):
)


@pytest.mark.fails_on_new_resolver
def test_pep518_with_extra_and_markers(script, data, common_wheels):
script.pip(
'wheel', '--no-index',
Expand Down
1 change: 0 additions & 1 deletion tests/functional/test_install_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def test_install_special_extra(script):
pytest.param('[extra2]', '1.0', marks=pytest.mark.xfail),
pytest.param('[extra1,extra2]', '1.0', marks=pytest.mark.xfail),
])
@pytest.mark.fails_on_new_resolver
def test_install_extra_merging(script, data, extra_to_install, simple_version):
# Check that extra specifications in the extras section are honoured.
pkga_path = script.scratch_path / 'pkga'
Expand Down
1 change: 0 additions & 1 deletion tests/functional/test_install_reqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def test_respect_order_in_requirements_file(script, data):
)


@pytest.mark.fails_on_new_resolver
def test_install_local_editable_with_extras(script, data):
to_install = data.packages.joinpath("LocalExtras")
res = script.pip_install_local(
Expand Down