Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Dec 28, 2022
1 parent b3a356b commit 74208d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
def run_pytest(run_slow=False, extra_args=None):
"""Run pytest tests for Spyder."""
# Be sure to ignore subrepos
pytest_args = ['-vv', '-rw', '--durations=10', '--ignore=./external-deps',
pytest_args = ['-vv', '-rw', '-x', '--durations=10', '--ignore=./external-deps',
'-W ignore::UserWarning', '--timeout=120']

if CI:
Expand Down

0 comments on commit 74208d9

Please sign in to comment.