python3Packages.deal-solver: 0.1.0 -> 0.1.1

upstream fixed failing tests

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
main
Florian Brandes 2 years ago
parent 0d68d7c857
commit c192dd3052
No known key found for this signature in database
GPG Key ID: 074048E893713170
  1. 14
      pkgs/development/python-modules/deal-solver/default.nix

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "deal-solver";
version = "0.1.0";
version = "0.1.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "life4";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-eSSyLBwPc0rrfew91nLBagYDD6aJRyx0cE9YTTSODI8=";
hash = "sha256-LXBAWbm8fT/jYNbzB95YeBL9fEknMNJvkTRMbc+nf6c=";
};
nativeBuildInputs = [
@ -47,16 +47,6 @@ buildPythonPackage rec {
hypothesis
];
disabledTests = [
# z3 assertion error
"test_expr_asserts_ok"
];
disabledTestPaths = [
# regex matching seems flaky on tests
"tests/test_stdlib/test_re.py"
];
pythonImportsCheck = [ "deal_solver" ];
meta = with lib; {

Loading…
Cancel
Save