Skip to content

Commit 71061f3

Browse files
authored
Merge pull request #8321 from uranusjr/new-resolver-passing-tests
Remove new resolver marker from tests that should pass
2 parents 7a60395 + 71511af commit 71061f3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/functional/test_install.py

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def test_pep518_with_user_pip(script, pip_src, data, common_wheels):
148148
)
149149

150150

151-
@pytest.mark.fails_on_new_resolver
152151
def test_pep518_with_extra_and_markers(script, data, common_wheels):
153152
script.pip(
154153
'wheel', '--no-index',

tests/functional/test_install_extras.py

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def test_install_special_extra(script):
136136
pytest.param('[extra2]', '1.0', marks=pytest.mark.xfail),
137137
pytest.param('[extra1,extra2]', '1.0', marks=pytest.mark.xfail),
138138
])
139-
@pytest.mark.fails_on_new_resolver
140139
def test_install_extra_merging(script, data, extra_to_install, simple_version):
141140
# Check that extra specifications in the extras section are honoured.
142141
pkga_path = script.scratch_path / 'pkga'

tests/functional/test_install_reqs.py

-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def test_respect_order_in_requirements_file(script, data):
189189
)
190190

191191

192-
@pytest.mark.fails_on_new_resolver
193192
def test_install_local_editable_with_extras(script, data):
194193
to_install = data.packages.joinpath("LocalExtras")
195194
res = script.pip_install_local(

0 commit comments

Comments
 (0)