Skip to content

Commit 0044a42

Browse files
bsipoczpllim
andauthored
Cleanup from review
Co-authored-by: P. L. Lim <[email protected]>
1 parent 44407a6 commit 0044a42

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ Multiple requirements can be specified if separated by semicolons.
340340
It is also possible to conditionally skip all the doctests in a narrative
341341
documentation with ``doctest-requires-all``.
342342

343-
344343
Remote Data
345344
~~~~~~~~~~~
346345

pytest_doctestplus/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ def parse(self, s, name=None):
432432
requires_all_match = [re.match(
433433
fr'{comment_char}\s+doctest-requires-all\s*::\s+(.*)', x) for x in lines]
434434
if any(requires_all_match):
435-
print(requires_all_match)
436435
required_all = [re.split(r'\s*[,\s]\s*', match.group(1)) for match in requires_all_match if match][0]
437436

438437
required_modules_all = DocTestFinderPlus.check_required_modules(required_all)

0 commit comments

Comments
 (0)