Skip to content

Commit

Permalink
Add skip to failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Nov 30, 2023
1 parent 06cbba0 commit 5e1c75d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import collections
import json
import os
import sys
from netrc import netrc
from unittest import mock

Expand Down Expand Up @@ -49,6 +50,7 @@ def test_get_netrc_auth_with_no_matching_url():


@pytest.mark.asyncio
@pytest.mark.skipif(sys.version_info < (3, 8), reason="requires python3.8 or higher")
@mock.patch("python_inspector.utils_pypi.CACHE.get")
async def test_fetch_links(mock_get):
file_name = test_env.get_test_loc("psycopg2.html")
Expand Down

0 comments on commit 5e1c75d

Please sign in to comment.