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 ];
27 pythonRelaxDeps = [ "pytest" ];
29 buildInputs = [ pytest ];
31 dependencies = [ aiomisc ];
33 pythonImportsCheck = [ "aiomisc_pytest" ];
39 description = "Pytest integration for aiomisc";
40 homepage = "https://github.com/aiokitchen/aiomisc-pytest";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ fab ];