Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
remove xfail from TestImportWithoutSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
oliland committed May 3, 2018
1 parent 15bea34 commit 5cfbdb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_no_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,5 @@ def import_ssl():

self.assertRaises(ImportError, import_ssl)

@pytest.mark.xfail
def test_import_urllib3(self):
import urllib3 # noqa: F401

0 comments on commit 5cfbdb6

Please sign in to comment.