Jenkinsfile: remove isort check, because it behaves differently between venv and non-venv mode

This commit is contained in:
Franzi 2023-05-20 07:44:23 +02:00
parent 9b1cea1e1d
commit 604170f133
Signed by: kunsi
GPG key ID: 12E3D2136B818350

9
Jenkinsfile vendored
View file

@ -25,15 +25,6 @@ pipeline {
"""
}
}
stage('syntax checking using isort') {
steps {
sh """
. venv/bin/activate
isort --check .
"""
}
}
stage('config and metadata determinism') {
steps {
sh """