[Python-modules-commits] [python-tornado] 05/11: like travis buildd are often slow so skip the same tests
Ondřej Nový
onovy at moszumanska.debian.org
Sat Apr 8 11:17:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-tornado.
commit 568f0450d4cead0595436bdb48d2811bbaa33788
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