python310Packages.pyopnsense: add missing testtools dependency
Also removes useless dependency on pytest-cov
This commit is contained in:
committed by
Martin Weinelt
parent
a34f191c66
commit
6a048d0ed4
@@ -4,10 +4,10 @@
|
||||
, fixtures
|
||||
, mock
|
||||
, pbr
|
||||
, pytest-cov
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, requests
|
||||
, testtools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -29,8 +29,8 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
fixtures
|
||||
mock
|
||||
pytest-cov
|
||||
pytestCheckHook
|
||||
testtools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user