pythonPackages.trackpy: disable plot tests

This commit is contained in:
Jonathan Ringer 2019-10-01 22:17:48 -07:00 committed by Jon
parent c83db0cc53
commit 64205fa108

View File

@ -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
'';