summary refs log tree commit diff
path: root/pkgs/development/python-modules/keras
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-20 23:08:56 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-21 13:32:52 +0200
commit2e9c330216f5fbb3a5e645ba398a839c5ea08e61 (patch)
treeda046e0b1919427c05402e78722a21542832e0ec /pkgs/development/python-modules/keras
parentdd712027be98a6d782fc9cb492f557bb48e3dd31 (diff)
downloadnixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar.gz
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar.bz2
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar.lz
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar.xz
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar.zst
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.zip
pythonPackages: deprecate pytest_xdist alias
Diffstat (limited to 'pkgs/development/python-modules/keras')
-rw-r--r--pkgs/development/python-modules/keras/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/keras/default.nix b/pkgs/development/python-modules/keras/default.nix
index b6ac0a1fa13..28b09222b47 100644
--- a/pkgs/development/python-modules/keras/default.nix
+++ b/pkgs/development/python-modules/keras/default.nix
@@ -1,5 +1,5 @@
 { lib, buildPythonPackage, fetchPypi
-, pytest, pytest-cov, pytest_xdist
+, pytest, pytest-cov, pytest-xdist
 , six, numpy, scipy, pyyaml, h5py
 , keras-applications, keras-preprocessing
 }:
@@ -16,7 +16,7 @@ buildPythonPackage rec {
   checkInputs = [
     pytest
     pytest-cov
-    pytest_xdist
+    pytest-xdist
   ];
 
   propagatedBuildInputs = [