Skip to content

Commit

Permalink
Remove pytest marks no longer necessary in regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jan 5, 2024
1 parent b393570 commit 38fe69e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg_resources/tests/test_pkg_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,6 @@ def test_dist_info_is_not_dir(tmp_path, only):
assert not pkg_resources.dist_factory(str(tmp_path), str(dist_info), only)


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

0 comments on commit 38fe69e

Please sign in to comment.