pythonPackages.natsort: ignore impure tests

This commit is contained in:
Jonathan Ringer 2019-12-20 09:32:08 -08:00 committed by Frederik Rietdijk
parent ac00920f89
commit 0797536602

View File

@ -30,9 +30,10 @@ buildPythonPackage rec {
};
# testing based on project's tox.ini
# natsort_keygen has pytest mock issues
checkPhase = ''
pytest --doctest-modules natsort
pytest
pytest --ignore=tests/test_natsort_keygen.py
'';
meta = {