We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00558be commit f01e06cCopy full SHA for f01e06c
test/test_readers/test_readers.py
@@ -13,7 +13,7 @@
13
# needed for windows CI
14
if environ.get('CI', False):
15
if re.findall(r"win[0-9][0-9]", sys.platform):
16
- if not re.findall('test[/|\\]test_readers', ROOT):
+ if not re.findall('test_readers', ROOT):
17
ROOT = 'test/test_readers'
18
19
def test_Reader():
0 commit comments