Skip to content

Commit

Permalink
Run acceptance tests manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Grande committed Feb 10, 2023
1 parent 80000e0 commit e5a628f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extras =
all
commands =
# The `-m ""` overrides the `-m "not slow"` in setup.cfg
pytest {posargs} -m ""
pytest {posargs} -m "not acceptance"


[testenv:lint]
Expand Down

0 comments on commit e5a628f

Please sign in to comment.