Skip to content

Commit 8b99c93

Browse files
committed
Merge branch 'main-master' into integration
* main-master: BF: oh dear - another fix for doctest omission
2 parents 247da53 + a67ae62 commit 8b99c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/nipnost

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from nipy.fixes.numpy.testing.noseclasses import KnownFailure
2222
if __name__ == '__main__':
2323
prepare_imports()
2424
argv = sys.argv[:] + [fpw_opt_str()]
25-
if '--without-doctests' in argv:
25+
if '--without-doctest' in argv:
2626
argv.remove('--without-doctest')
2727
else:
2828
argv.append('--with-nipydoctest')

0 commit comments

Comments
 (0)