Skip to content

Commit 13e1b9c

Browse files
committed
This test should pass now
1 parent 7d875fa commit 13e1b9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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'

0 commit comments

Comments
 (0)