summary refs log tree commit diff
path: root/pkgs/development/python-modules/fastparquet/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-22 06:01:05 +0000
committerGitHub <noreply@github.com>2021-07-22 06:01:05 +0000
commit5990961c7295ac966899882990325abb8fa555fd (patch)
tree36ba25f2b8e55b4cc63efe4ef3f5d5173ce8fc1b /pkgs/development/python-modules/fastparquet/default.nix
parent8020f53c688d440707d27e2d76a5d453b7f9665e (diff)
parent64538f92553066d0ce61024b306046912c6392e4 (diff)
downloadnixpkgs-5990961c7295ac966899882990325abb8fa555fd.tar
nixpkgs-5990961c7295ac966899882990325abb8fa555fd.tar.gz
nixpkgs-5990961c7295ac966899882990325abb8fa555fd.tar.bz2
nixpkgs-5990961c7295ac966899882990325abb8fa555fd.tar.lz
nixpkgs-5990961c7295ac966899882990325abb8fa555fd.tar.xz
nixpkgs-5990961c7295ac966899882990325abb8fa555fd.tar.zst
nixpkgs-5990961c7295ac966899882990325abb8fa555fd.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/fastparquet/default.nix')
-rw-r--r--pkgs/development/python-modules/fastparquet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fastparquet/default.nix b/pkgs/development/python-modules/fastparquet/default.nix
index c0694a58cb7..155f3b6e829 100644
--- a/pkgs/development/python-modules/fastparquet/default.nix
+++ b/pkgs/development/python-modules/fastparquet/default.nix
@@ -5,7 +5,7 @@
 , numba
 , numpy
 , pandas
-, pytestrunner
+, pytest-runner
 , cramjam
 , fsspec
 , thrift
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     hash = "sha256-wSJ6PqW7c8DJCsGuPhXaVGM2s/1dZhLjG4C0JWPcjhY=";
   };
 
-  nativeBuildInputs = [ pytestrunner ];
+  nativeBuildInputs = [ pytest-runner ];
   propagatedBuildInputs = [ cramjam fsspec numba numpy pandas thrift ];
   checkInputs = [ pytestCheckHook ];