Skip to content

Commit

Permalink
Update sftp test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Sep 29, 2023
1 parent f5a6609 commit 8595ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Running tests

.. code-block:: sh
pytest --backend-tests --ssh-tests
pytest --backend-tests --sftp-tests
Note that the setup and teardown of the backend takes several seconds.

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ commands =
envlist = py{311}-full
deps = -r requirements-pydantic1/test.txt
commands =
full: python -m pytest --backend-tests --ssh-tests
full: python -m pytest --backend-tests --sftp-tests
!full: python -m pytest

[testenv:docs]
Expand Down

0 comments on commit 8595ae6

Please sign in to comment.