mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
pythonPackages.fastparquet: disable broken test
This commit is contained in:
parent
61563633d8
commit
3821543de7
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user