This works now!

This commit is contained in:
Pradyun Gedam 2020-05-21 21:28:59 +05:30
parent 24e4cf7118
commit 50c9ea2fe0
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 3 deletions

View File

@ -825,9 +825,7 @@ class TestExtraMerge(object):
@pytest.mark.parametrize(
"pkg_builder",
[
pytest.param(
_local_with_setup, marks=pytest.mark.xfail(strict=True),
),
_local_with_setup,
_direct_wheel,
_wheel_from_index,
],