Skip to content

Commit

Permalink
python313Packages.asdf: 4.0.0 -> 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Mar 10, 2025
1 parent 8ab3e4a commit c42e88f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/development/python-modules/asdf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "asdf";
version = "4.0.0";
version = "4.1.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "asdf-format";
repo = "asdf";
tag = version;
hash = "sha256-4fR9hc6Ez6uwi/QwOQwRyRfpbHsmGsJEtWZIj4k+9FY=";
hash = "sha256-h7OkLq9+sW507Va22cF0eez6xrI7iIaLV5D7EZFWxJQ=";
};

build-system = [
Expand Down Expand Up @@ -60,6 +60,11 @@ buildPythonPackage rec {
pytestCheckHook
];

disabledTests = [
# AssertionError: assert 527033 >= 1048801
"test_update_add_array_at_end"
];

pythonImportsCheck = [ "asdf" ];

meta = with lib; {
Expand Down

0 comments on commit c42e88f

Please sign in to comment.