Merge pull request from onny/boltons

python310Packages.boltons: 20.2.1 -> 21.0.0
This commit is contained in:
Robert Scott 2022-07-26 23:05:34 +01:00 committed by GitHub
commit 2e5ce2cb89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "boltons";
version = "20.2.1";
version = "21.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "mahmoud";
repo = "boltons";
rev = version;
hash = "sha256-iCueZsi/gVbko7MW43vaUQMWRVI/YhmdfN29gD6AgG8=";
hash = "sha256-8HO7X2PQEbQIQsCa2cMHQI3rlofVT22GYrWNXY34MLk=";
};
checkInputs = [
@ -34,12 +34,6 @@ buildPythonPackage rec {
})
];
disabledTests = [
# This test is broken without this PR. Merged but not released
# https://github.com/mahmoud/boltons/pull/283
"test_frozendict"
];
pythonImportsCheck = [
"boltons"
];