Remove extraneous exception added to conftest.py

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2019-07-06 01:02:16 -04:00
parent 3cf15898c7
commit 8abaa06c23
-4
View File
@@ -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"):