8 , allure-python-commons-test
13 buildPythonPackage rec {
14 pname = "allure-python-commons";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-igNoEzAjGx3q3Ya5f/aIQcZZEyARSuY4Vw8e1g16IDM=";
29 propagatedBuildInputs = [ attrs pluggy six allure-python-commons-test ];
32 ${python.interpreter} -m doctest ./src/utils.py
33 ${python.interpreter} -m doctest ./src/mapping.py
36 pythonImportsCheck = [ "allure" "allure_commons" ];
39 description = "Common engine for all modules. It is useful for make integration with your homemade frameworks";
40 homepage = "https://github.com/allure-framework/allure-python";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ evanjs ];