Skip to content

Commit 50c9ea2

Browse files
committed
This works now!
1 parent 24e4cf7 commit 50c9ea2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/functional/test_new_resolver.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,7 @@ def _wheel_from_index(script, name, version, requires, extras):
825825
@pytest.mark.parametrize(
826826
"pkg_builder",
827827
[
828-
pytest.param(
829-
_local_with_setup, marks=pytest.mark.xfail(strict=True),
830-
),
828+
_local_with_setup,
831829
_direct_wheel,
832830
_wheel_from_index,
833831
],

0 commit comments

Comments
 (0)