Skip to content

Commit

Permalink
That wasnt quite right
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Jan 19, 2021
1 parent 72ed3c7 commit 7c1d3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

from sys import platform

if 'win' in platform and sys.version.split(' ')[0] < '3.8':
pytest.skip('Something doesnt work with windows paths for python <3.8')
if 'win32' == platform and sys.version.split(' ')[0] < '3.8':
pytestmark = pytest.mark.skip('Something doesnt work with windows paths for python <3.8')

def no_curlies(filepath):
""" Utility to make sure no curly braces appear in a file.
Expand Down

0 comments on commit 7c1d3a6

Please sign in to comment.