Skip to content

Commit a7213fb

Browse files
committed
Adding whitespaces
1 parent 082ef33 commit a7213fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest_doctestplus/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def parse(self, s, name=None):
444444
continue
445445

446446
if config.getoption('remote_data', 'none') != 'any':
447-
if any(re.match(fr'{comment_char} doctest-remote-data-all::', x.strip())
447+
if any(re.match(fr'{comment_char}\s+doctest-remote-data-all\s*::', x.strip())
448448
for x in lines):
449449
skip_all = True
450450
continue

0 commit comments

Comments
 (0)