lol

simplesat: fix outdated subsitution

Fixed upstream in https://github.com/enthought/sat-solver/commit/78ec1d8faf2a1b35a26a65c2779b80d71f4c7806

-5
-5
pkgs/development/python-modules/simplesat/default.nix
··· 47 47 48 48 pythonImportsCheck = [ "simplesat" ]; 49 49 50 - preCheck = '' 51 - substituteInPlace simplesat/tests/test_pool.py \ 52 - --replace-fail "assertRaisesRegexp" "assertRaisesRegex" 53 - ''; 54 - 55 50 enabledTestPaths = [ "simplesat/tests" ]; 56 51 57 52 meta = with lib; {