Skip to content

Commit 089aca9

Browse files
committed
Ignore coverage in test code
1 parent 33f9796 commit 089aca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/test_core_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def test_equivalent_output(self, tmp_path, dist):
384384
wheel_metadata = importlib.import_module("wheel.metadata")
385385
pkginfo_to_metadata = getattr(wheel_metadata, "pkginfo_to_metadata", None)
386386

387-
if pkginfo_to_metadata is None:
387+
if pkginfo_to_metadata is None: # pragma: nocover
388388
pytest.xfail(
389389
"wheel.metadata.pkginfo_to_metadata is undefined, "
390390
"(this is likely to be caused by API changes in pypa/wheel"

0 commit comments

Comments
 (0)