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

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