mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
bashate: add missing testtools dependency
This commit is contained in:
parent
aeb8940c36
commit
c4af83ca96
@ -8,6 +8,7 @@
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, testtools
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@ -30,6 +31,7 @@ buildPythonApplication rec {
|
||||
fixtures
|
||||
mock
|
||||
pytestCheckHook
|
||||
testtools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "bashate" ];
|
||||
|
Loading…
Reference in New Issue
Block a user