python311Packages.deal: 4.24.3 -> 4.24.4

https://github.com/life4/deal/compare/refs/tags/4.24.3...4.24.4
This commit is contained in:
Martin Weinelt 2024-03-24 20:40:01 +01:00
parent 375a4132df
commit a48a349657
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 6 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "deal";
version = "4.24.3";
version = "4.24.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "life4";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-QlM3d/jmg6v3L3D45+cgcCej71U1dl4uZ6sAYGGm3tU=";
hash = "sha256-4orpoYfPGSvquhg9w63uUe8QbBa2RUpxaEJ9uy28+fU=";
};
postPatch = ''
@ -62,10 +62,6 @@ buildPythonPackage rec {
flake8
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
disabledTests = [
# needs internet access
"test_smoke_has"