Skip to content

Commit

Permalink
Remove doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
danbradham committed May 29, 2020
1 parent a921ce7 commit f20b036
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,7 @@ def push(ctx, remote=None, branch=None):
def tests(ctx):
'''Run test suite'''

docs = join(dirname(__file__), 'docs')
ctx.run('nosetests -v --with-doctest --doctest-extension=rst')

if PY37: # 3.7 doctests are brrrroken
return

with ctx.cd(docs):
ctx.run('nosetests -v --with-doctest --doctest-extension=rst')
ctx.run('nosetests -v')


@task
Expand Down

0 comments on commit f20b036

Please sign in to comment.