9 buildPythonPackage rec {
10 pname = "teamcity-messages";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-9az7kD7nKqMF2b3/eFgF+pOKKIYLvTy2sf4TSJfHRnA=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pytestFlagsArray = [ "tests/unit-tests/" ];
27 pythonImportsCheck = [ "teamcity" ];
30 description = "Python unit test reporting to TeamCity";
31 homepage = "https://github.com/JetBrains/teamcity-messages";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ fab ];