Skip to content

Commit df2ebeb

Browse files
committed
Don't code at night on holidays with bad specs.
1 parent 4a62ad9 commit df2ebeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run(extra_args):
3434
return pytest.main(argv)
3535
else:
3636
return pytest.main(argv + ['--pyargs'] + default_test_modules +
37-
'--ignore=site-packages/numpy/testing/.')
37+
['--ignore=site-packages/numpy/testing/.'])
3838

3939
if __name__ == '__main__':
4040
# extra_args = ['--cov=matplotlib']

0 commit comments

Comments
 (0)