From 4484cd3b80f89baaec9f16c762bcdc97dede4426 Mon Sep 17 00:00:00 2001 From: Liam Murphy Date: Sun, 14 Sep 2025 08:58:17 +1000 Subject: [PATCH] simplesat: fix outdated subsitution Fixed upstream in https://github.com/enthought/sat-solver/commit/78ec1d8faf2a1b35a26a65c2779b80d71f4c7806 --- pkgs/development/python-modules/simplesat/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/simplesat/default.nix b/pkgs/development/python-modules/simplesat/default.nix index d325847f9ab0..80829fde3552 100644 --- a/pkgs/development/python-modules/simplesat/default.nix +++ b/pkgs/development/python-modules/simplesat/default.nix @@ -47,11 +47,6 @@ buildPythonPackage rec { pythonImportsCheck = [ "simplesat" ]; - preCheck = '' - substituteInPlace simplesat/tests/test_pool.py \ - --replace-fail "assertRaisesRegexp" "assertRaisesRegex" - ''; - enabledTestPaths = [ "simplesat/tests" ]; meta = with lib; {