Skip to content

Commit 72688a9

Browse files
committed
ci: attempt to fix tests for 3.9
1 parent 3081e0f commit 72688a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_record_replay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def test_skip_existing(self):
216216
assert 'Example Domain' in res.text
217217
assert os.listdir(dir_name) == []
218218

219+
@pytest.mark.skipif(sys.version_info == (3,9))
219220
def test_record_new(self):
220221
dir_name = os.path.join(self.root_dir, '_test_colls', 'test-new', 'archive')
221222
assert os.path.isdir(dir_name)

0 commit comments

Comments
 (0)