9 allure-python-commons-test,
14 buildPythonPackage rec {
15 pname = "allure-python-commons";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-ojLnlVgR+Yjkmkwd1sFszn6bgdDqBCKx5WVNMlTiyvM=";
26 nativeBuildInputs = [ setuptools-scm ];
28 propagatedBuildInputs = [
32 allure-python-commons-test
36 ${python.interpreter} -m doctest ./src/utils.py
37 ${python.interpreter} -m doctest ./src/mapping.py
40 pythonImportsCheck = [
46 description = "Common engine for all modules. It is useful for make integration with your homemade frameworks";
47 homepage = "https://github.com/allure-framework/allure-python";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ evanjs ];