mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Remove extraneous exception added to conftest.py
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -38,10 +38,6 @@ def try_internet(url="http://httpbin.org/ip", timeout=1.5):
|
||||
resp.raise_for_status()
|
||||
|
||||
|
||||
class ServerNotDead(Exception):
|
||||
pass
|
||||
|
||||
|
||||
def check_internet():
|
||||
has_internet = False
|
||||
for url in ("http://httpbin.org/ip", "http://clients3.google.com/generate_204"):
|
||||
|
||||
Reference in New Issue
Block a user