python311Packages.boltons: disable failing test on Python 3.11

This commit is contained in:
Fabian Affolter
2023-02-19 17:17:09 +01:00
parent 0e92f9ebce
commit fff94b111d
@@ -41,6 +41,11 @@ buildPythonPackage rec {
"boltons"
];
disabledTests = lib.optionals (pythonAtLeast "3.11") [
# https://github.com/mahmoud/boltons/issues/326
"test_frozendict_api"
];
meta = with lib; {
description = "Constructs, recipes, and snippets extending the Python standard library";
longDescription = ''