python3Packages.uproot: fix tests

This commit is contained in:
Jonathan Ringer 2019-12-23 12:37:10 -08:00 committed by Frederik Rietdijk
parent 264211ecbf
commit 0e29b98c1d

View File

@ -43,8 +43,11 @@ buildPythonPackage rec {
]; ];
# skip tests which do network calls # skip tests which do network calls
# test_compression.py is missing zstandard package
checkPhase = '' checkPhase = ''
pytest tests -k 'not hist_in_tree and not branch_auto_interpretation' pytest tests -k 'not hist_in_tree \
and not branch_auto_interpretation' \
--ignore=tests/test_compression.py
''; '';
meta = with lib; { meta = with lib; {