Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 19.03 1.1 kB view raw
1diff --git a/tests/test_distro.py b/tests/test_distro.py 2index 5521068..4e1bab8 100644 3--- a/tests/test_distro.py 4+++ b/tests/test_distro.py 5@@ -432,7 +432,7 @@ class TestOSRelease: 6 self._test_outcome(desired_outcome) 7 8 9-@pytest.mark.skipif(not IS_LINUX, reason='Irrelevant on non-linux') 10+@pytest.mark.skip(reason='lsb_release is not available and would return exit code 3') 11 class TestLSBRelease(DistroTestCase): 12 13 def setup_method(self, test_method): 14@@ -919,7 +919,7 @@ class TestDistroRelease: 15 self._test_outcome(desired_outcome, 'cloudlinux', '7', 'redhat') 16 17 18-@pytest.mark.skipif(not IS_LINUX, reason='Irrelevant on non-linux') 19+@pytest.mark.skip(reason='Unknown (TODO)') 20 class TestOverall(DistroTestCase): 21 """Test a LinuxDistribution object created with default arguments. 22 23@@ -1618,7 +1618,7 @@ def _bad_os_listdir(path='.'): 24 raise OSError() 25 26 27-@pytest.mark.skipIf(not IS_LINUX, reason='Irrelevant on non-linx') 28+@pytest.mark.skip(reason='Unknown (TODO)') 29 class TestOverallWithEtcNotReadable(TestOverall): 30 def setup_method(self, test_method): 31 self._old_listdir = os.listdir