]> git.pld-linux.org Git - packages/python-gevent.git/commitdiff
local proxy settings should not cause test failures
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 22 Feb 2014 16:23:27 +0000 (17:23 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 22 Feb 2014 16:25:42 +0000 (17:25 +0100)
rpm-build-macros have been updated to properly clear the environment

known_failures-pld.txt
python-gevent.spec

index dccf68afe31757df1e8304801b6cb2c15bdc55dc..9fe5fd8c13422728bd50baff54656b39e8788dbc 100644 (file)
 ######################################################
 # Tests which may fail on our builders
 
-# uses network, fragile to proxy settings
-* * * -u -m monkey_test test_urllib2_localnet.py
-* * * -u -m monkey_test --Event test_urllib2_localnet.py
-
 # depends on external URL accessibility
 * * * -u -m monkey_test test_urllib2net.py
 * * * -u -m monkey_test --Event test_urllib2net.py
@@ -27,9 +23,6 @@
 # has expectations on local TCP ports availability
 * * * -u test___example_servers.py
 
-# fragile to local proxy settings
-* * * -u test__greenness.py
-
 #    File "test__socket.py", line 140, in test_sendall_timeout
 #      self.assertRaises(self.TIMEOUT_ERROR, client.sendall, data_sent)
 #  AssertionError: timeout not raised
index 5a594649f8a53311b518d750e86ec26210e99df2..8c640a342e53031a2f6907764a739b19389175f1 100644 (file)
@@ -20,9 +20,10 @@ Source1:     known_failures-pld.txt
 BuildRequires: libevent-devel >= 1.4.0
 BuildRequires: python-devel
 %if %{with tests}
-BuildRequires: python-greenlet >= 0.3.2
-BuildRequires: python-test
-BuildRequires: python-devel-src
+BuildRequires: python-greenlet >= 0.3.2
+BuildRequires: python-test
+BuildRequires: python-devel-src
+BuildRequires: rpm-build-macros >= 1.688
 %endif
 BuildRequires: rpm-pythonprov
 Requires:      python-greenlet >= 0.3.2
This page took 0.047491 seconds and 4 git commands to generate.