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