simplesat: fix outdated subsitution
Fixed upstream in https://github.com/enthought/sat-solver/commit/78ec1d8faf2a1b35a26a65c2779b80d71f4c7806
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user