Skip to content

Commit a4b15f3

Browse files
committed
Add comments on test
1 parent 051e70d commit a4b15f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg_resources/tests/test_integration_zope_interface.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
pytestmark = pytest.mark.integration
88

99

10+
# For the sake of simplicity this test uses fixtures defined in
11+
# `setuptools.test.fixtures`,
12+
# and it also exercise conditions considered deprecated...
13+
# So if needed this test can be deleted.
1014
@pytest.mark.skipif(
1115
platform.system() != "Linux",
1216
reason="only demonstrated to fail on Linux in #4399",

0 commit comments

Comments
 (0)