[Python-modules-commits] [python-tornado] 03/10: like travis buildd are often slow so skip the same tests

Ondřej Nový onovy at moszumanska.debian.org
Fri Aug 5 13:23:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository python-tornado.

commit f039a5a79a69cb8a597d7369153f11680e9b2142
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Thu Oct 8 13:13:32 2015 -0700

    like travis buildd are often slow so skip the same tests
    
    Patch-Name: skip-timing-tests.patch
---
 tornado/test/util.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tornado/test/util.py b/tornado/test/util.py
index 2e3d779..33b9cf0 100644
--- a/tornado/test/util.py
+++ b/tornado/test/util.py
@@ -23,7 +23,7 @@ skipIfNonUnix = unittest.skipIf(os.name != 'posix' or sys.platform == 'cygwin',
 
 # travis-ci.org runs our tests in an overworked virtual machine, which makes
 # timing-related tests unreliable.
-skipOnTravis = unittest.skipIf('TRAVIS' in os.environ,
+skipOnTravis = unittest.skipIf(True,
                                'timing tests unreliable on travis')
 
 skipOnAppEngine = unittest.skipIf('APPENGINE_RUNTIME' in os.environ,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tornado.git



More information about the Python-modules-commits mailing list