[Python-modules-commits] [python-molotov] 04/05: Disable tests which requires internet access

Ondrej Novy onovy at debian.org
Sun Feb 4 09:35:34 UTC 2018


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

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

commit 1369f5c515f0757bab355a670f9bcf851b0930d9
Author: Ondřej Nový <onovy at debian.org>
Date:   Sun Feb 4 10:31:03 2018 +0100

    Disable tests which requires internet access
    
    Forwarded: no
---
 molotov/tests/test_slave.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/molotov/tests/test_slave.py b/molotov/tests/test_slave.py
index ee5912e..94c6965 100644
--- a/molotov/tests/test_slave.py
+++ b/molotov/tests/test_slave.py
@@ -1,4 +1,5 @@
 import os
+import pytest
 from molotov import __version__
 from molotov.slave import main
 from molotov.tests.support import TestLoop, dedicatedloop, set_args
@@ -6,7 +7,7 @@ from molotov.tests.support import TestLoop, dedicatedloop, set_args
 
 _REPO = 'https://github.com/loads/molotov'
 
-
+ at pytest.mark.skip(reason="This test requires internet access")
 class TestSlave(TestLoop):
     @dedicatedloop
     def test_main(self):

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



More information about the Python-modules-commits mailing list