From bdd297d0ff90c2218927d14cbc33ff765ca7e8d6 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Thu, 9 Jul 2026 23:47:21 +0200 Subject: [PATCH] python3Packages.hypothesis: fix build --- pkgs/development/python-modules/hypothesis/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ];