12 buildPythonPackage rec {
13 pname = "webtest-aiohttp";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-UuAz/k/Tnumupv3ybFR7PkYHwG3kH7M5oobZykEP+ao=";
28 name = "python311-compat.patch";
29 url = "https://github.com/sloria/webtest-aiohttp/commit/64e5ab1867ea9ef87901bb2a1a6142566bffc90b.patch";
30 hash = "sha256-OKJGajqJLFMkcbGmGfU9G5hCpJaj24Gs363sI0z7YZw=";
34 propagatedBuildInputs = [
44 pythonImportsCheck = [
49 changelog = "https://github.com/sloria/webtest-aiohttp/blob/${src.rev}/CHANGELOG.rst";
50 description = "Provides integration of WebTest with aiohttp.web applications";
51 homepage = "https://github.com/sloria/webtest-aiohttp";
52 license = licenses.mit;
53 maintainers = with maintainers; [ cript0nauta ];