python3Packages.slack-sdk: fix test

This commit is contained in:
Robert Schütz
2025-06-20 16:46:10 -07:00
parent 4db14bc2e7
commit 3f0aff97b1
@@ -6,6 +6,7 @@
boto3,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
flake8,
moto,
psutil,
@@ -30,6 +31,14 @@ buildPythonPackage rec {
hash = "sha256-yjYpALyHSTLQSuwd6xth7nqfi3m1C9tqnWrrVRmI220=";
};
patches = [
(fetchpatch {
name = "fix-aiohttp-test_init_with_loop.patch";
url = "https://github.com/slackapi/python-slack-sdk/pull/1697.patch";
hash = "sha256-rHaJBH/Yxm3Sz/jmzc4G1pVJJXz0PL2880bz5n7w3ck=";
})
];
build-system = [ setuptools ];
dependencies = [