diff --git a/pkgs/development/python-modules/hypothesis/default.nix b/pkgs/development/python-modules/hypothesis/default.nix index c47616ad37ae..6556709611a4 100644 --- a/pkgs/development/python-modules/hypothesis/default.nix +++ b/pkgs/development/python-modules/hypothesis/default.nix @@ -37,6 +37,7 @@ buildPythonPackage (finalAttrs: { pname version src + sourceRoot cargoRoot ; hash = "sha256-WEuCK1jpemnNpO+UxsfpdAkFLSM0v2WRjZr3qmSLBJI="; @@ -91,7 +92,7 @@ buildPythonPackage (finalAttrs: { ''; pytestFlags = [ - "-o cache_dir=$TMPDIR/.pytest_cache" + "-p no:cacheprovider" ]; enabledTestPaths = [ "tests/cover" ];