mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 01:42:54 -04:00
Merge branch 'pspacek/gitlab-ci-cleanup' into 'main'
Remove obsolete PYTHONPATH setting from .gitlab-ci.yaml See merge request isc-projects/bind9!5563
This commit is contained in:
commit
a3ea4fec2a
1 changed files with 0 additions and 1 deletions
|
|
@ -494,7 +494,6 @@ pylint:
|
|||
artifacts: true
|
||||
script:
|
||||
- *configure
|
||||
- PYTHONPATH="$PYTHONPATH:$CI_PROJECT_DIR/bin/python"
|
||||
- pylint --rcfile $CI_PROJECT_DIR/.pylintrc $(git ls-files '*.py' | grep -vE '(ans\.py|dangerfile\.py|^bin/tests/system/)')
|
||||
# Ignore Pylint wrong-import-position error in system test to enable use of pytest.importorskip
|
||||
- pylint --rcfile $CI_PROJECT_DIR/.pylintrc --disable=wrong-import-position $(git ls-files 'bin/tests/system/*.py' | grep -vE 'ans\.py')
|
||||
|
|
|
|||
Loading…
Reference in a new issue