summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-02-03 10:54:13 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-02-03 17:43:30 +0100
commit20d883917a34d35a086eabf70c3eb63a02736bd1 (patch)
tree4188f3d47f02147f5931cca800308581b46fb3ed /pkgs/top-level/python-packages.nix
parent1583803ed30033b3a03762be3148a87e417628e4 (diff)
downloadnixlib-20d883917a34d35a086eabf70c3eb63a02736bd1.tar
nixlib-20d883917a34d35a086eabf70c3eb63a02736bd1.tar.gz
nixlib-20d883917a34d35a086eabf70c3eb63a02736bd1.tar.bz2
nixlib-20d883917a34d35a086eabf70c3eb63a02736bd1.tar.lz
nixlib-20d883917a34d35a086eabf70c3eb63a02736bd1.tar.xz
nixlib-20d883917a34d35a086eabf70c3eb63a02736bd1.tar.zst
nixlib-20d883917a34d35a086eabf70c3eb63a02736bd1.zip
python: pytest: 3.3.2 -> 3.4.0
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 5c6ba0b0b829..87c96d56e9b3 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -3217,9 +3217,9 @@ in {
     };
   };
 
-  pytest = self.pytest_33;
+  pytest = self.pytest_34;
 
-  pytest_33 = callPackage ../development/python-modules/pytest/default.nix{
+  pytest_34 = callPackage ../development/python-modules/pytest/default.nix{
     hypothesis = self.hypothesis.override {
       # hypothesis requires pytest that causes dependency cycle
       doCheck = false;