summary refs log tree commit diff
path: root/pkgs/development/python-modules/pip-tools
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-04-17 17:26:17 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-04-21 08:10:24 +0200
commit1c84ac797d84b6f2eb086dcc8aeb48f07143b038 (patch)
tree340237b1b6152fe6c19d0427c446325cef26c623 /pkgs/development/python-modules/pip-tools
parent6a45d0b1791ae7f35f5b1478416893e8782fbd71 (diff)
downloadnixlib-1c84ac797d84b6f2eb086dcc8aeb48f07143b038.tar
nixlib-1c84ac797d84b6f2eb086dcc8aeb48f07143b038.tar.gz
nixlib-1c84ac797d84b6f2eb086dcc8aeb48f07143b038.tar.bz2
nixlib-1c84ac797d84b6f2eb086dcc8aeb48f07143b038.tar.lz
nixlib-1c84ac797d84b6f2eb086dcc8aeb48f07143b038.tar.xz
nixlib-1c84ac797d84b6f2eb086dcc8aeb48f07143b038.tar.zst
nixlib-1c84ac797d84b6f2eb086dcc8aeb48f07143b038.zip
python: pip-tools: 1.11.0 -> 2.0.1
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 752047d04f7e..abe2dff6441b 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.11.0";
+  version = "2.0.1";
   name = pname + "-" + version;
 
   src = fetchurl {
     url = "mirror://pypi/p/pip-tools/${name}.tar.gz";
-    sha256 = "ba427b68443466c389e3b0b0ef55f537ab39344190ea980dfebb333d0e6a50a3";
+    sha256 = "81abea4ba206051ddaf90854b7302849002fdd0084450d2dd7f5c44a6d0ddf16";
   };
 
   LC_ALL = "en_US.UTF-8";
@@ -22,6 +22,8 @@ buildPythonPackage rec {
     "test_generate_hashes_without_interfering_with_each_other"
     "test_realistic_complex_sub_dependencies"
     "test_generate_hashes_with_editable"
+    "test_filter_pip_markes"
+    "test_get_hashes_local_repository_cache_miss"
     # Expect specific version of "six":
     "test_editable_package"
     "test_input_file_without_extension"