Skip to content

Commit 5a6f710

Browse files
committed
fix
1 parent f8bd4cc commit 5a6f710

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
@@ -217,7 +217,7 @@ def test_skip_existing(self):
217217
assert 'Example Domain' in res.text
218218
assert os.listdir(dir_name) == []
219219

220-
@pytest.mark.skipif(sys.version_info == (3,9), 'Skipping for 3.9')
220+
@pytest.mark.skipif(sys.version_info == (3,9), reason='Skipping for 3.9')
221221
def test_record_new(self):
222222
dir_name = os.path.join(self.root_dir, '_test_colls', 'test-new', 'archive')
223223
assert os.path.isdir(dir_name)

0 commit comments

Comments
 (0)