substra icon indicating copy to clipboard operation
substra copied to clipboard

tests: run tests in subprocess

Open Fabien-GELUS opened this issue 2 years ago • 0 comments

The tests marked as "subprocess" don't actually run on subprocess but on docker

To reproduce: close docker desktop / client run make test

There are docker errors in the subprocess tests: ERROR tests/sdk/local/test_debug.py::TestsDebug::test_tasks_extra_fields[subprocess] - ConnectionError: Couldn't get the Docker client from environment variables.

Fabien-GELUS avatar Oct 07 '22 08:10 Fabien-GELUS