tests: disable forking new processes for running python tests.

This commit is contained in:
Antoniu Pop
2022-04-11 13:57:52 +01:00
committed by Antoniu Pop
parent d40ae16273
commit b77865cdd6
2 changed files with 1 additions and 3 deletions

View File

@@ -266,7 +266,7 @@ jobs:
echo "Debug: ccache statistics (prior to the build):"
ccache -s
cd /compiler
pip install pytest pytest-forked
pip install pytest
rm -rf /build
export PYTHONPATH=""
make PARALLEL_EXECUTION_ENABLED=ON CCACHE=ON BUILD_DIR=/build test test-dataflow