pythonPackages.fastparquet: disable broken test

This commit is contained in:
Dmitry Kalinkin
2020-09-27 12:42:03 -04:00
parent 61563633d8
commit 3821543de7

View File

@@ -16,6 +16,9 @@ buildPythonPackage rec {
# FIXME: package zstandard
# removing the test dependency for now
substituteInPlace setup.py --replace "'zstandard'," ""
# workaround for https://github.com/dask/fastparquet/issues/517
rm fastparquet/test/test_partition_filters_specialstrings.py
'';
nativeBuildInputs = [ pytestrunner ];