Skip to content

Commit 9089d98

Browse files
committed
fix check
1 parent a8c5836 commit 9089d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_record_replay.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def test_no_brotli(self):
187187

188188

189189
# ============================================================================
190-
@pytest.mark.skipif(sys.version_info == (3,9), reason='Skipping for 3.9')
190+
@pytest.mark.skipif(sys.version_info >= (3,9) and sys.version_info < (3,10), reason='Skipping for 3.9')
191191
class TestRecordFilter(HttpBinLiveTests, CollsDirMixin, BaseConfigTest):
192192

193193
@classmethod

0 commit comments

Comments
 (0)