diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-07-12 14:54:16 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-07-12 14:54:59 +0200 |
| commit | e5090a50af81e22b280ebb9994d744d62b859126 (patch) | |
| tree | b396ff1c8590750c8bc5afd67cea83a615eeeef0 | |
| parent | Merge pull request #326488 from vbgl/ocaml-zarith-1.14 (diff) | |
| download | nixpkgs-e5090a50af81e22b280ebb9994d744d62b859126.tar.gz | |
python312Packages.makefun: 1.15.2 -> 1.15.4
https://github.com/smarie/python-makefun/releases/tag/1.15.3
https://github.com/smarie/python-makefun/releases/tag/1.15.4
| -rw-r--r-- | pkgs/development/python-modules/makefun/default.nix | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/makefun/default.nix b/pkgs/development/python-modules/makefun/default.nix index ece4f85008c6..6a727d666f59 100644 --- a/pkgs/development/python-modules/makefun/default.nix +++ b/pkgs/development/python-modules/makefun/default.nix @@ -2,7 +2,6 @@ lib, fetchPypi, buildPythonPackage, - pythonAtLeast, # build-system setuptools, @@ -14,12 +13,12 @@ buildPythonPackage rec { pname = "makefun"; - version = "1.15.2"; + version = "1.15.4"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-FvKis02e4MK1eMlgoYCMl04oIs959um5xFWqzhCILUU="; + hash = "sha256-n5uZBOfDl3WTdKiPTFd4H7qypFjex430s+5ics2fsBA="; }; postPatch = '' @@ -34,11 +33,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; - disabledTests = lib.optionals (pythonAtLeast "3.12") [ - # https://github.com/smarie/python-makefun/issues/102 - "test_args_order_and_kind" - ]; - pythonImportsCheck = [ "makefun" ]; meta = with lib; { |
