Skip to content

Commit

Permalink
remove pep8 options frmom teststrict
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Oct 25, 2024
1 parent 19b9cc7 commit 3bd943a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygridgen/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def test(*args):

@requires(pytest, 'pytest')
def teststrict(*args):
options = ['--pep8', '--doctest-modules'] + list(args)
options = ['--doctest-modules'] + list(args)
options = list(set(options))
return test(*options)

0 comments on commit 3bd943a

Please sign in to comment.