Skip to content

Commit

Permalink
Debug Firefox error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Dec 9, 2022
1 parent 4adffc4 commit 8d8175e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def docs(ctx, python_version=None):
@invoke.task
def test(ctx):
print_message('test'.format(), color=Fore.BLUE, bright=True)
cmd = 'pytest --cov=qmxgraph --timeout=60 -v --durations=10'
cmd = 'pytest --cov=qmxgraph --timeout=60 -v --durations=10 -x'

import subprocess

Expand Down

0 comments on commit 8d8175e

Please sign in to comment.