treewide: *Inputs are flat lists
This commit is contained in:
committed by
Jan Tojnar
parent
760e23136a
commit
839c0ea7a5
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ adal msrest ];
|
||||
|
||||
checkInputs = [ httpretty mock pytest ]
|
||||
++ lib.optional isPy3k [ pytest-asyncio ];
|
||||
++ lib.optionals isPy3k [ pytest-asyncio ];
|
||||
|
||||
checkPhase = ''
|
||||
pytest tests/
|
||||
|
||||
Reference in New Issue
Block a user