diff --git a/tests/test_pkgmanifest.py b/tests/test_pkgmanifest.py index a008ea5c..25bddfd2 100644 --- a/tests/test_pkgmanifest.py +++ b/tests/test_pkgmanifest.py @@ -61,7 +61,7 @@ def test_package(package_data, sfpkglist): # check sha1 sum if sfpkglist is None: - return + return pytest.skip("SF is offline") pkgname = basename(package_data['url']) assert pkgname in sfpkglist assert package_data['sha1'] == sfpkglist.get(pkgname, {}).get("sha1")