11 buildPythonPackage rec {
12 pname = "aiomisc-pytest";
16 disabled = pythonOlder "3.7";
19 pname = "aiomisc_pytest";
21 hash = "sha256-4mWP77R3CoX+XhoT6BbxQtxpINpdmeozjYUsegNfMyU=";
24 build-system = [ poetry-core ];
26 pythonRelaxDeps = [ "pytest" ];
28 buildInputs = [ pytest ];
30 dependencies = [ aiomisc ];
32 pythonImportsCheck = [ "aiomisc_pytest" ];
38 description = "Pytest integration for aiomisc";
39 homepage = "https://github.com/aiokitchen/aiomisc-pytest";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ fab ];