| Age | Commit message (Collapse) | Author |
|
|
|
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
|
|
Changelog: https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v3.1.5
|
|
|
|
|
|
|
|
|
|
The unit tests for this package require the tests directory to be on the
PYTHONPATH. We also can switch to pytest to run most of the
TestOutputJson test cases, explicitly disabling the few that require
network access.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|