pythonPackages.fastparquet: disable broken test
This commit is contained in:
parent
61563633d8
commit
3821543de7
@ -16,6 +16,9 @@ buildPythonPackage rec {
|
|||||||
# FIXME: package zstandard
|
# FIXME: package zstandard
|
||||||
# removing the test dependency for now
|
# removing the test dependency for now
|
||||||
substituteInPlace setup.py --replace "'zstandard'," ""
|
substituteInPlace setup.py --replace "'zstandard'," ""
|
||||||
|
|
||||||
|
# workaround for https://github.com/dask/fastparquet/issues/517
|
||||||
|
rm fastparquet/test/test_partition_filters_specialstrings.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pytestrunner ];
|
nativeBuildInputs = [ pytestrunner ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user