This commit is contained in:
Kevin O'Riordan 2021-09-30 00:01:01 +01:00
parent afb503ed4d
commit 5e772e1de1
No known key found for this signature in database
GPG key ID: 729F66CAF371B5B6

View file

@ -13,7 +13,7 @@ skip_win32 = pytest.mark.skipif(
reason='case conflicts between directories and files',
)
skip_darwin = pytest.mark_skipif(
skip_darwin = pytest.mark.skipif(
sys.platform == 'darwin',
reason='case conflicts between directories and files',
)