summary refs log tree commit diff
path: root/pkgs/development/python-modules/pip-tools
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-12-30 12:25:26 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-12-31 11:01:54 +0100
commitbe6ab681f3c1b8ad65b79205e02f6404d4ff7396 (patch)
tree8b69a31eb096016f7cb898a17dcfec8216b5f3dc /pkgs/development/python-modules/pip-tools
parent74abf265a6fed4b1c6c33bb9f6780122d3f0c9b5 (diff)
downloadnixpkgs-be6ab681f3c1b8ad65b79205e02f6404d4ff7396.tar
nixpkgs-be6ab681f3c1b8ad65b79205e02f6404d4ff7396.tar.gz
nixpkgs-be6ab681f3c1b8ad65b79205e02f6404d4ff7396.tar.bz2
nixpkgs-be6ab681f3c1b8ad65b79205e02f6404d4ff7396.tar.lz
nixpkgs-be6ab681f3c1b8ad65b79205e02f6404d4ff7396.tar.xz
nixpkgs-be6ab681f3c1b8ad65b79205e02f6404d4ff7396.tar.zst
nixpkgs-be6ab681f3c1b8ad65b79205e02f6404d4ff7396.zip
python: pip-tools: 1.10.2 -> 1.11.0
Diffstat (limited to 'pkgs/development/python-modules/pip-tools')
-rw-r--r--pkgs/development/python-modules/pip-tools/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pip-tools/default.nix b/pkgs/development/python-modules/pip-tools/default.nix
index d2b91eb435c..752047d04f7 100644
--- a/pkgs/development/python-modules/pip-tools/default.nix
+++ b/pkgs/development/python-modules/pip-tools/default.nix
@@ -3,12 +3,12 @@
 
 buildPythonPackage rec {
   pname = "pip-tools";
-  version = "1.10.2";
+  version = "1.11.0";
   name = pname + "-" + version;
 
   src = fetchurl {
     url = "mirror://pypi/p/pip-tools/${name}.tar.gz";
-    sha256 = "d381c7249eb48350cc49447cc106df3d90e9e806b13caaede602c1cd38f61b37";
+    sha256 = "ba427b68443466c389e3b0b0ef55f537ab39344190ea980dfebb333d0e6a50a3";
   };
 
   LC_ALL = "en_US.UTF-8";
@@ -21,9 +21,11 @@ buildPythonPackage rec {
     "test_generate_hashes_all_platforms"
     "test_generate_hashes_without_interfering_with_each_other"
     "test_realistic_complex_sub_dependencies"
+    "test_generate_hashes_with_editable"
     # Expect specific version of "six":
     "test_editable_package"
     "test_input_file_without_extension"
+    "test_locally_available_editable_package_is_not_archived_in_cache_dir"
   ];
 
   checkPhase = ''