From 5bbd2b67e3706ab3087611f2929f8f251eda1126 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Wynen Date: Mon, 28 Aug 2023 09:36:55 +0200 Subject: [PATCH] Run SFTP tests in tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a8274fa7..6134be1a 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ isolated_build = true [testenv] deps = -r requirements/test.txt commands = - full: python -m pytest --backend-tests --ssh-tests + full: python -m pytest --backend-tests --ssh-tests --sftp-tests !full: python -m pytest [testenv:pydantic2]