Skip to content

Commit

Permalink
Do not run ssh tests in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Aug 28, 2023
1 parent 9245b05 commit 5aad13b
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 @@ -5,7 +5,7 @@ isolated_build = true
[testenv]
deps = -r requirements/test.txt
commands =
full: python -m pytest --backend-tests --ssh-tests --sftp-tests
full: python -m pytest --backend-tests --sftp-tests
!full: python -m pytest

[testenv:pydantic2]
Expand Down

0 comments on commit 5aad13b

Please sign in to comment.