9 buildPythonPackage rec {
10 pname = "pytest-pytestrail";
12 format = "setuptools";
14 src = fetchFromGitHub {
16 repo = "pytest-pytestrail";
18 sha256 = "sha256-y34aRxQ8mu6b6GBRMFVzn1shMVc7TumdjRS3daMEZJM=";
29 propagatedBuildInputs = [
33 # all tests require network accesss
36 pythonImportsCheck = [
41 description = "Pytest plugin for interaction with TestRail";
42 homepage = "https://github.com/tolstislon/pytest-pytestrail";
43 changelog = "https://github.com/tolstislon/pytest-pytestrail/releases/tag/${version}";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ aanderse ];