Skip to content

Commit

Permalink
improving testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tfm000 committed Dec 4, 2023
1 parent b5cf517 commit 0840a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ skip_missing_interpreters = true
[testenv]
deps=pytest
commands=
pytest -sv -m "test_local_only"
; pytest -sv -m "not test_local_only"
; pytest -sv -m "test_local_only"
pytest -sv -m "not test_local_only"

[gh-actions]
python =
Expand Down

0 comments on commit 0840a9e

Please sign in to comment.