switch to -n2 for pytest

This commit is contained in:
Kayla Firestack 2021-10-20 10:13:13 -04:00
parent ae3e424b0c
commit 41d10332bd

View File

@ -112,7 +112,7 @@ stdenv.mkDerivation {
preCheck =
''
makeFlagsArray+=(PYTEST_ARGS="--verbose -n4")
makeFlagsArray+=(PYTEST_ARGS="--verbose -n2")
'' +
lib.optionalString fuseSupport ''
rm tests/test_fuse.py