pythonPackages.trackpy: disable plot tests
This commit is contained in:
parent
c83db0cc53
commit
64205fa108
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
|||
pytest trackpy --ignore trackpy/tests/test_motion.py \
|
||||
--ignore trackpy/tests/test_feature_saving.py \
|
||||
--ignore trackpy/tests/test_feature.py \
|
||||
--ignore trackpy/tests/test_plots.py \
|
||||
--ignore trackpy/tests/test_legacy_linking.py
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue