13 buildPythonPackage rec {
14 pname = "pytest-services";
18 inherit pname version;
19 sha256 = "2da740487d08ea63dfdf718f5d4ba11e590c99ddf5481549edebf7a3a42ca536";
27 buildInputs = [ pytest ];
29 propagatedBuildInputs = [
35 # no tests in PyPI tarball
38 pythonImportsCheck = [ "pytest_services" ];
41 description = "Services plugin for pytest testing framework";
42 homepage = "https://github.com/pytest-dev/pytest-services";
43 license = licenses.mit;
44 maintainers = with maintainers; [ dotlambda ];