13 buildPythonPackage rec {
14 pname = "webtest-aiohttp";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 hash = "sha256-UuAz/k/Tnumupv3ybFR7PkYHwG3kH7M5oobZykEP+ao=";
29 name = "python311-compat.patch";
30 url = "https://github.com/sloria/webtest-aiohttp/commit/64e5ab1867ea9ef87901bb2a1a6142566bffc90b.patch";
31 hash = "sha256-OKJGajqJLFMkcbGmGfU9G5hCpJaj24Gs363sI0z7YZw=";
35 propagatedBuildInputs = [ webtest ];
43 pythonImportsCheck = [ "webtest_aiohttp" ];
46 changelog = "https://github.com/sloria/webtest-aiohttp/blob/${src.rev}/CHANGELOG.rst";
47 description = "Provides integration of WebTest with aiohttp.web applications";
48 homepage = "https://github.com/sloria/webtest-aiohttp";
49 license = licenses.mit;
50 maintainers = with maintainers; [ cript0nauta ];