pythonPackages.fastparquet: disable broken test

This commit is contained in:
Dmitry Kalinkin 2020-09-27 12:42:03 -04:00
parent 61563633d8
commit 3821543de7
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

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 ];