@@ -12,7 +12,8 @@ pipeline {
stage('Test') {
steps {
echo 'Testing...'
- sh 'PYTHONDONTWRITEBYTECODE=1 python3.7 -m poetry run tox'
+ sh 'python3.7 -m poetry run tox'
+ sh 'rm -rf ./tests/__pycache__/'
}
stage('Deploy') {