From b511d8b902dbb8aaa7816c5d53acf51121c4cb88 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Wed, 25 Dec 2024 11:45:12 +0100
Subject: [PATCH] TMSS-3170: Go go power rangers

---
 .gitlab-ci.yml | 17 ++++-------------
 setup.cfg      |  1 -
 2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c4001a..9b5d6d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,5 @@
 default:
   image: $CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG
-  before_script:
-    - python --version # For debugging
   cache:
     paths:
       - .cache/pip
@@ -10,8 +8,6 @@ default:
 stages:
   - prepare
   - lint
-  # check if this needs to be a separate step
-  # - build_extensions
   - test
   - package
   - images
@@ -21,6 +17,7 @@ stages:
 # Caching of dependencies to speed up builds
 variables:
   PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
+  SECURE_LOG_LEVEL: debug
 
 include:
   - template: Security/SAST.gitlab-ci.yml
@@ -58,15 +55,9 @@ sast:
       pmd-apex, security-code-scan, sobelow, spotbugs
   stage: test
 
-dependency_scanning:
-  # override default before_script, job won't have Python available
-  before_script:
-    - uname
-
-secret_detection:
-  # override default before_script, job won't have Python available
-  before_script:
-    - uname
+gemnasium-python-dependency_scanning:
+    before_script:
+    - apt-get -qqy update && apt-get install -qqy libpq-dev
 
 # Basic setup for all Python versions for which we don't have a base image
 .run_unit_test_version_base:
diff --git a/setup.cfg b/setup.cfg
index 55ca2ea..c10e641 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,7 +14,6 @@ classifiers =
     Programming Language :: Python
     Programming Language :: Python :: 3
     Programming Language :: Python :: 3 :: Only
-    Programming Language :: Python :: 3.9
     Programming Language :: Python :: 3.10
     Programming Language :: Python :: 3.11
     Programming Language :: Python :: 3.12
-- 
GitLab