perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / betamax / patches / 01-test-skip-failing.patch
bloba74b59951311114bee82fa76666ec370b1b1de44
1 https://github.com/betamaxpy/betamax/issues/212
3 --- betamax-0.9.0/tests/integration/test_record_modes.py.orig
4 +++ betamax-0.9.0/tests/integration/test_record_modes.py
5 @@ -4,8 +4,11 @@
7 from tests.integration.helper import IntegrationHelper
9 +import pytest
12 class TestRecordOnce(IntegrationHelper):
13 + @pytest.mark.skip(reason="always fails: https://github.com/betamaxpy/betamax/issues/212")
14 def test_records_new_interaction(self):
15 s = self.session
16 with Betamax(s).use_cassette('test_record_once') as betamax: