pythonPackages.trackpy: disable plot tests
This commit is contained in:
parent
c83db0cc53
commit
64205fa108
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
|||||||
pytest trackpy --ignore trackpy/tests/test_motion.py \
|
pytest trackpy --ignore trackpy/tests/test_motion.py \
|
||||||
--ignore trackpy/tests/test_feature_saving.py \
|
--ignore trackpy/tests/test_feature_saving.py \
|
||||||
--ignore trackpy/tests/test_feature.py \
|
--ignore trackpy/tests/test_feature.py \
|
||||||
|
--ignore trackpy/tests/test_plots.py \
|
||||||
--ignore trackpy/tests/test_legacy_linking.py
|
--ignore trackpy/tests/test_legacy_linking.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user