From c599b2b8cd785979805f061797080be7b42749fd Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Jun 09 2017 20:08:39 +0000 Subject: remove test case that attempts to contact network resource --- diff --git a/osbs-client.spec b/osbs-client.spec index 85bdc2e..f5512a4 100644 --- a/osbs-client.spec +++ b/osbs-client.spec @@ -152,6 +152,9 @@ This package contains osbs Python 3 bindings. %prep %setup -qn %{name}-%{commit} +# Remove this test, it tries to hit httpbin.org which fails the build in koji +rm -f tests/test_http.py + %build %py2_build