Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 07f352d

Browse files
committed
removed 'pyopenssl' entry point test
1 parent 01396cc commit 07f352d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_HTTPClient.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class TestHTTPClient:
2525
def test_entry_points(self):
2626

2727
HTTPClient(url=TARPIT).request
28-
HTTPClient(url=TARPIT).pyopenssl
2928

3029
def test_invalid_url(self):
3130
with pytest.raises(HTTPError):

0 commit comments

Comments
 (0)