improve io-tests
Tests are now run through unix socket by default allowing parallel execution. Test setup configuration is done via environment variables instead of config files.
This commit is contained in:
+3
-2
@@ -90,11 +90,12 @@ let
|
||||
|
||||
ioTestPython =
|
||||
python3.withPackages (ps: [
|
||||
ps.pyjwt
|
||||
ps.pytest
|
||||
ps.pytest_xdist
|
||||
ps.pyyaml
|
||||
ps.requests
|
||||
ps.requests-unixsocket
|
||||
ps.pyjwt
|
||||
ps.pyyaml
|
||||
]);
|
||||
|
||||
testIO =
|
||||
|
||||
Reference in New Issue
Block a user