Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
pythonPackages.fastparquet: disable broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Sep 27, 2020
1 parent 6156363 commit 3821543
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/fastparquet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3821543

Please sign in to comment.