python310Packages.rising: remove unused pytest-cov

This commit is contained in:
Sandro Jäckel
2022-09-04 14:13:52 +02:00
committed by Sandro Jäckel
parent e5b52ee3e2
commit a97ba67bf7
@@ -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 '/'