python: pip-tools: 4.3.0 -> 4.5.1

test_get_file_hash_without_interfering_with_each_other depends on internet access.
This commit is contained in:
Orivej Desh 2020-03-24 09:57:25 +00:00
parent 1484e1acfe
commit b3412865ce

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "pip-tools";
version = "4.3.0";
version = "4.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "0x36mp3a3f3wandfc0g8d53gg2jkc14nhisbryzspcl9f05sbvq6";
sha256 = "166crncd9zrk9wgk9dss9968mx2c1dzj80sjnaqrcmw7a7j30gv9";
};
LC_ALL = "en_US.UTF-8";
@ -27,6 +27,7 @@ buildPythonPackage rec {
"test_generate_hashes_with_editable"
"test_generate_hashes_with_url"
"test_generate_hashes_without_interfering_with_each_other"
"test_get_file_hash_without_interfering_with_each_other"
"test_get_hashes_local_repository_cache_miss"
"test_realistic_complex_sub_dependencies"
"test_stdin"