Blame SOURCES/skip-internet-requiring-tests.patch

c63c66
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py
c63c66
index 66ca916..75472d2 100644
c63c66
--- a/setuptools/tests/test_egg_info.py
c63c66
+++ b/setuptools/tests/test_egg_info.py
c63c66
@@ -233,8 +233,10 @@ class TestEggInfo(object):
c63c66
         '''
c63c66
         install_requires_deterministic
c63c66
 
c63c66
+        @xfail
c63c66
         install_requires=["fake-factory==0.5.2", "pytz"]
c63c66
 
c63c66
+        @xfail
c63c66
         [options]
c63c66
         install_requires =
c63c66
             fake-factory==0.5.2
c63c66
@@ -393,6 +395,7 @@ class TestEggInfo(object):
c63c66
         assert install_requires.lstrip() == expected_requires
c63c66
         assert glob.glob(os.path.join(env.paths['lib'], 'barbazquux*')) == []
c63c66
 
c63c66
+    @pytest.mark.xfail(reason="Test requires an internet connection")
c63c66
     def test_install_requires_unordered_disallowed(self, tmpdir_cwd, env):
c63c66
         """
c63c66
         Packages that pass unordered install_requires sequences