python3Packages.python-docx: run behave tests

Previously the problematic "behave" dependency
was not even used at checkPhase.
This commit is contained in:
Maxim Krivchikov 2020-09-11 09:11:09 +03:00 committed by Jon
parent 6543cbf571
commit f690cacb06

View file

@ -22,6 +22,7 @@ buildPythonPackage rec {
checkPhase = ''
py.test tests
behave --format progress --stop --tags=-wip
'';
meta = {