Skip to content

Commit

Permalink
ci: add 'tox -e integration-tests-fast' command
Browse files Browse the repository at this point in the history
  • Loading branch information
a-dubs authored and TheRealFalcon committed Jan 27, 2025
1 parent 5f290f5 commit 415c8e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,17 @@ passenv =
SSH_AUTH_SOCK
OS_*

[testenv:integration-tests-fast]
deps =
-r{toxinidir}/integration-requirements.txt
-r{toxinidir}/test-requirements.txt
commands = {envpython} -m pytest --log-cli-level=INFO -m "not hypothesis_slow" -m "not serial" {posargs:tests/integration_tests}
passenv =
CLOUD_INIT_*
PYCLOUDLIB_*
SSH_AUTH_SOCK
OS_*

[testenv:integration-tests-ci]
deps = -r{toxinidir}/integration-requirements.txt
commands = {envpython} -m pytest --log-cli-level=INFO {posargs:tests/integration_tests}
Expand Down

0 comments on commit 415c8e4

Please sign in to comment.