Skip to content

Commit 74cebb8

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

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,9 @@ the package's ``setup.cfg`` file. The syntax for this option is a list of
336336

337337
Multiple requirements can be specified if separated by semicolons.
338338

339-
340339
It is also possible to conditionally skip all the doctests in a narrative
341340
documentation with ``doctest-requires-all``.
342341

343-
344342
Remote Data
345343
~~~~~~~~~~~
346344

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)