Skip to content

Commit f99158d

Browse files
committed
fixup! Conditionally define the pytest doctest target
1 parent e001635 commit f99158d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/test/test_docstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ class PyTestDocTestRunner(doctest.DocTestRunner):
6969

7070
runner = None
7171

72-
def test_docstrings(module, test):
72+
def test_docstrings(test):
7373
pass

0 commit comments

Comments
 (0)