Loading pkgs/development/python-modules/cyclonedx-python-lib/default.nix +27 −36 Original line number Diff line number Diff line { lib , buildPythonPackage , ddt , fetchFromGitHub , importlib-metadata , jsonschema , license-expression , lxml , packageurl-python , py-serializable , pythonRelaxDepsHook , poetry-core , pytestCheckHook , pythonOlder , requirements-parser , sortedcontainers , setuptools , toml , types-setuptools , types-toml , xmldiff { lib, buildPythonPackage, ddt, fetchFromGitHub, importlib-metadata, jsonschema, license-expression, lxml, packageurl-python, py-serializable, pythonRelaxDepsHook, poetry-core, pytestCheckHook, pythonOlder, requirements-parser, sortedcontainers, setuptools, toml, types-setuptools, types-toml, xmldiff, }: buildPythonPackage rec { Loading @@ -35,13 +36,9 @@ buildPythonPackage rec { hash = "sha256-z+QBjMT0L7dqCJvbwok9TWQajIPzmAq3XPLWFxmhPsk="; }; build-system = [ poetry-core ]; build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; dependencies = [ importlib-metadata Loading @@ -64,21 +61,15 @@ buildPythonPackage rec { xmldiff ]; pythonImportsCheck = [ "cyclonedx" ]; pythonImportsCheck = [ "cyclonedx" ]; pythonRelaxDeps = [ "py-serializable" ]; pythonRelaxDeps = [ "py-serializable" ]; preCheck = '' export PYTHONPATH=tests''${PYTHONPATH+:$PYTHONPATH} ''; pytestFlagsArray = [ "tests/" ]; pytestFlagsArray = [ "tests/" ]; disabledTests = [ # These tests require network access Loading Loading
pkgs/development/python-modules/cyclonedx-python-lib/default.nix +27 −36 Original line number Diff line number Diff line { lib , buildPythonPackage , ddt , fetchFromGitHub , importlib-metadata , jsonschema , license-expression , lxml , packageurl-python , py-serializable , pythonRelaxDepsHook , poetry-core , pytestCheckHook , pythonOlder , requirements-parser , sortedcontainers , setuptools , toml , types-setuptools , types-toml , xmldiff { lib, buildPythonPackage, ddt, fetchFromGitHub, importlib-metadata, jsonschema, license-expression, lxml, packageurl-python, py-serializable, pythonRelaxDepsHook, poetry-core, pytestCheckHook, pythonOlder, requirements-parser, sortedcontainers, setuptools, toml, types-setuptools, types-toml, xmldiff, }: buildPythonPackage rec { Loading @@ -35,13 +36,9 @@ buildPythonPackage rec { hash = "sha256-z+QBjMT0L7dqCJvbwok9TWQajIPzmAq3XPLWFxmhPsk="; }; build-system = [ poetry-core ]; build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; dependencies = [ importlib-metadata Loading @@ -64,21 +61,15 @@ buildPythonPackage rec { xmldiff ]; pythonImportsCheck = [ "cyclonedx" ]; pythonImportsCheck = [ "cyclonedx" ]; pythonRelaxDeps = [ "py-serializable" ]; pythonRelaxDeps = [ "py-serializable" ]; preCheck = '' export PYTHONPATH=tests''${PYTHONPATH+:$PYTHONPATH} ''; pytestFlagsArray = [ "tests/" ]; pytestFlagsArray = [ "tests/" ]; disabledTests = [ # These tests require network access Loading