python311Packages.json-tricks: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 23:49:31 +01:00
parent 3bf5b41d22
commit db5d5bb753
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,7 +2,7 @@
, fetchFromGitHub , fetchFromGitHub
, buildPythonPackage , buildPythonPackage
, pythonOlder , pythonOlder
, pytestCheckHook , pytest7CheckHook
, numpy , numpy
, pandas , pandas
, pytz , pytz
@ -26,11 +26,7 @@ buildPythonPackage rec {
numpy numpy
pandas pandas
pytz pytz
pytestCheckHook pytest7CheckHook
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [