python3Packages.uproot: fix tests
This commit is contained in:
parent
264211ecbf
commit
0e29b98c1d
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user