]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove obsolete PYTHONPATH setting from .gitlab-ci.yaml
authorPetr Špaček <pspacek@isc.org>
Tue, 9 Nov 2021 09:23:51 +0000 (10:23 +0100)
committerPetr Špaček <pspacek@isc.org>
Tue, 9 Nov 2021 09:24:42 +0000 (10:24 +0100)
It was leftover after removing Python tools in commit
98b3b93791777218c04a67ddaef22619162249f7.

.gitlab-ci.yml

index d3e5616e5cb0e6ab57c4a699f4f06a40fcb45921..2f381204e1303c6961ad508a072bf823538fdb84 100644 (file)
@@ -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')