pythonPackages.natsort: ignore impure tests
This commit is contained in:
parent
ac00920f89
commit
0797536602
@ -30,9 +30,10 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# testing based on project's tox.ini
|
# testing based on project's tox.ini
|
||||||
|
# natsort_keygen has pytest mock issues
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest --doctest-modules natsort
|
pytest --doctest-modules natsort
|
||||||
pytest
|
pytest --ignore=tests/test_natsort_keygen.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user