python310Packages.rising: remove unused pytest-cov

This commit is contained in:
Sandro Jäckel 2022-08-30 18:17:31 +02:00 committed by Sandro Jäckel
parent e5b52ee3e2
commit a97ba67bf7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -3,7 +3,6 @@
, isPy27
, fetchFromGitHub
, pytestCheckHook
, pytest-cov
, dill
, numpy
, torch
@ -25,7 +24,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ numpy torch threadpoolctl tqdm ];
checkInputs = [ dill pytest-cov pytestCheckHook ];
checkInputs = [ dill pytestCheckHook ];
disabledTests = [ "test_affine" ]; # deprecated division operator '/'