[Python-modules-commits] [paste] 01/02: Skip test with network access

Ondřej Nový onovy-guest at moszumanska.debian.org
Thu Mar 10 20:42:51 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository paste.

commit 1877d962479ad777cab5305b5813e8b186015758
Author: Ondřej Nový <novy at ondrej.org>
Date:   Thu Mar 10 21:38:21 2016 +0100

    Skip test with network access
    
    Author: Ondřej Nový <novy at ondrej.org>
    Forwarded: no
---
 tests/test_proxy.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/test_proxy.py b/tests/test_proxy.py
index 44db9f3..7486824 100644
--- a/tests/test_proxy.py
+++ b/tests/test_proxy.py
@@ -1,7 +1,11 @@
 from paste import proxy
 from paste.fixture import TestApp
 
+from nose.plugins.skip import Skip, SkipTest
+
 def test_paste_website():
+    raise SkipTest # Prevent Debian FTBS, because this tests need network
+
     # Not the most robust test...
     # need to test things like POSTing to pages, and getting from pages
     # that don't set content-length.

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



More information about the Python-modules-commits mailing list