lol

python310Packages.testing-common-database: patch collections.Callable for python 3.10 support

+5
+5
pkgs/development/python-modules/testing-common-database/default.nix
··· 9 9 sha256 = "0wvdv0frl7xib05sixjv9m6jywaa2wdhdhsqqdfk45akk2r80pcn"; 10 10 }; 11 11 12 + postPatch = '' 13 + substituteInPlace src/testing/common/database.py \ 14 + --replace "collections.Callable" "collections.abc.Callable" 15 + ''; 16 + 12 17 # There are no unit tests 13 18 doCheck = false; 14 19