Skip to content

Commit 38fe69e

Browse files
committed
Remove pytest marks no longer necessary in regression test
1 parent b393570 commit 38fe69e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg_resources/tests/test_pkg_resources.py

-2
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ def test_dist_info_is_not_dir(tmp_path, only):
325325
assert not pkg_resources.dist_factory(str(tmp_path), str(dist_info), only)
326326

327327

328-
@pytest.mark.skipif(sys.version_info >= (3, 9), reason="requires Python < 3.9")
329-
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
330328
def test_macos_vers_fallback(monkeypatch, tmp_path):
331329
"""Regression test for pkg_resources._macos_vers"""
332330
orig_open = builtins.open

0 commit comments

Comments
 (0)