mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 22:47:49 +00:00
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
|
||||
# natsort_keygen has pytest mock issues
|
||||
checkPhase = ''
|
||||
pytest --doctest-modules natsort
|
||||
pytest
|
||||
pytest --ignore=tests/test_natsort_keygen.py
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user