* [gentoo-commits] repo/gentoo:master commit in: dev-python/betamax/files/
@ 2022-06-21 20:14 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2022-06-21 20:14 UTC (permalink / raw
To: gentoo-commits
commit: 44011f7ed6eaf776cc5d8001b18afdeab509ac7a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 20:10:01 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 20:10:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44011f7e
dev-python/betamax: Remove leftover patch
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/betamax/files/betamax-0.8.1-tests.patch | 20 --------------------
1 file changed, 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()
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-21 20:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21 20:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/betamax/files/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox