17 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitHub {
27 rev = "refs/tags/${version}";
28 hash = "sha256-MexIL9yFTzhkJ/61GgYoT54MWV8B0c1/CWkN5FVTvnw=";
31 build-system = [ poetry-core ];
33 buildInputs = [ pytest ];
44 nativeCheckInputs = [ pytestCheckHook ];
46 pythonImportsCheck = [ "pytest_aio" ];
49 description = "Pytest plugin for aiohttp support";
50 homepage = "https://github.com/klen/pytest-aio";
51 changelog = "https://github.com/klen/pytest-aio/blob/${version}/CHANGELOG.md";
52 license = licenses.mit;
53 maintainers = with maintainers; [ fab ];