Merge pull request #225704 from fabaff/pip-tools-bump

python310Packages.pip-tools: 6.12.2 -> 6.13.0
This commit is contained in:
Fabian Affolter 2023-04-12 09:12:43 +02:00 committed by GitHub
commit d8f7ebd890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "pip-tools";
version = "6.12.2";
version = "6.13.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-i5A2lt9FmLENRpAm75mVxfmodLQW6I56IUiE6+SnAkU=";
hash = "sha256-YdRr0uuAFu1Kkk4Zbm5bCiaM07q9eeWTBIcg2yNSK7E=";
};
patches = [ ./fix-setup-py-bad-syntax-detection.patch ];
@ -57,6 +57,8 @@ buildPythonPackage rec {
"test_direct_reference_with_extras"
"test_local_duplicate_subdependency_combined"
"test_bad_setup_file"
# Assertion error
"test_compile_recursive_extras"
];
pythonImportsCheck = [