diff options
Diffstat (limited to 'dev-python/betamax/files/betamax-0.8.1-tests.patch')
-rw-r--r-- | dev-python/betamax/files/betamax-0.8.1-tests.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/betamax/files/betamax-0.8.1-tests.patch b/dev-python/betamax/files/betamax-0.8.1-tests.patch deleted file mode 100644 index 19da7d108efd..000000000000 --- a/dev-python/betamax/files/betamax-0.8.1-tests.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/tests/unit/test_fixtures.py b/tests/unit/test_fixtures.py -index 387d9ce..f0bdc3b 100644 ---- a/tests/unit/test_fixtures.py -+++ b/tests/unit/test_fixtures.py -@@ -23,6 +23,7 @@ class TestPyTestFixture(unittest.TestCase): - def tearDown(self): - self.patched_betamax.stop() - -+ @pytest.mark.skip(reason="broken with newer pytest version") - def test_adds_stop_as_a_finalizer(self): - # Mock a pytest request object - request = mock.MagicMock() -@@ -33,6 +34,7 @@ class TestPyTestFixture(unittest.TestCase): - assert request.addfinalizer.called is True - request.addfinalizer.assert_called_once_with(self.mocked_betamax.stop) - -+ @pytest.mark.skip(reason="broken with newer pytest version") - def test_auto_starts_the_recorder(self): - # Mock a pytest request object - request = mock.MagicMock() |