11 buildPythonPackage rec {
12 pname = "webtest-aiohttp";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 sha256 = "sha256-UuAz/k/Tnumupv3ybFR7PkYHwG3kH7M5oobZykEP+ao=";
25 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "Provides integration of WebTest with aiohttp.web applications";
41 homepage = "https://github.com/sloria/webtest-aiohttp";
42 license = licenses.mit;
43 maintainers = with maintainers; [ cript0nauta ];