python3Packages.python-docx: run behave tests
Previously the problematic "behave" dependency was not even used at checkPhase.
This commit is contained in:
parent
6543cbf571
commit
f690cacb06
@ -22,6 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkPhase = ''
|
||||
py.test tests
|
||||
behave --format progress --stop --tags=-wip
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user