Version
pulpcore: 3.114.0
pulp_deb: 3.9.0
Installed from default branch in development environment according to this setup-guide
Describe the bug
Running oci-env test -i -p pulp_deb lint against the dev environment causes:
/opt/oci_env/base/container_scripts/run_lint_tests.sh: line 16: black: command not found
To Reproduce
- Setup a dev environment according to this setup-guide
- ensure pulp_deb repo is cloned
- run:
oci-env test -i -p pulp_deb lint
Expected behavior
Linting check should start as it does in GitHub actions
Additional context
Looks like the GitHub actions CI workflow uses ruff which is very likely the reason this doesn't cause issues here.
Version
pulpcore: 3.114.0
pulp_deb: 3.9.0
Installed from default branch in development environment according to this setup-guide
Describe the bug
Running
oci-env test -i -p pulp_deb lintagainst the dev environment causes:To Reproduce
oci-env test -i -p pulp_deb lintExpected behavior
Linting check should start as it does in GitHub actions
Additional context
Looks like the GitHub actions CI workflow uses ruff which is very likely the reason this doesn't cause issues here.