Skip to content

Commit

Permalink
Enable urllib3 unittest again since it is a WIP for the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Feb 5, 2024
1 parent c603e99 commit 69344e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_urllib3.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
_urllib3_import_failed = True


@unittest.skipIf(_urllib3_import_failed or True, "urllib3 not available")
@unittest.skipIf(_urllib3_import_failed, "urllib3 not available")
class TestUrllib3(unittest.TestCase):
""" #547 """

Expand Down

0 comments on commit 69344e7

Please sign in to comment.