moving deal dependencies to tests only

This commit is contained in:
Jörg Thalheim
2023-11-10 12:33:14 +01:00
parent b518d92678
commit 13b685f7af
3 changed files with 21 additions and 4 deletions

View File

@@ -45,8 +45,6 @@ let
argcomplete # optional dependency: if not enabled, shell completion will not work
fastapi
uvicorn # optional dependencies: if not enabled, webui subcommand will not work
deal
schemathesis
];
pytestDependencies = runtimeDependencies ++ dependencies ++ [
@@ -55,6 +53,8 @@ let
pytest-subprocess
pytest-xdist
pytest-timeout
deal
schemathesis
remote-pdb
ipdb
openssh