Skip to content

Commit

Permalink
Merge pull request #7126 from geo7/patch-1
Browse files Browse the repository at this point in the history
Update test_notebooks.py typo, s/not/no
  • Loading branch information
bashtage committed Oct 30, 2020
2 parents 7e51fbf + 7eee2cc commit 5ca9ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsmodels/examples/tests/test_notebooks.py
Expand Up @@ -45,7 +45,7 @@ def notebook(request):


if not nbs:
pytestmark = pytest.mark.skip(reason='No notebooks found so not tests run')
pytestmark = pytest.mark.skip(reason='No notebooks found so no tests run')


@pytest.mark.slow
Expand Down

0 comments on commit 5ca9ea8

Please sign in to comment.