From ab2a9bfa4d85d4408d80e506599563cdd3616640 Mon Sep 17 00:00:00 2001 From: loulous27 Date: Sun, 23 Nov 2025 16:54:25 +0100 Subject: [PATCH] Fix pipiline errors --- .gitlab-ci.yml | 12 ------------ requirements.txt | 2 +- tox.ini | 4 ++-- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60c5c2a..e050257 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,18 +2,6 @@ stages: - test - quality-assurance -# Debian Bullseye -py39-django22: - stage: test - image: debian:bullseye - before_script: - - > - apt-get update && - apt-get install --no-install-recommends -y - python3-django python3-django-crispy-forms - python3-pil python3-django-allauth - python3-pip python3-setuptools tox git - script: tox -e py39-django22 # Debian Bookworm py311-django32: diff --git a/requirements.txt b/requirements.txt index 8caabdd..f5e5cf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ django-crispy-forms~=1.7 Django>=2.2.20 ExifRead>=2.1.2 Pillow>=6.0.0 -django-debug-toolbar>=6.1.0 \ No newline at end of file +django-debug-toolbar>=3.2.0 \ No newline at end of file diff --git a/tox.ini b/tox.ini index 307c3c4..cc05d77 100644 --- a/tox.ini +++ b/tox.ini @@ -8,8 +8,8 @@ skipsdist = True [testenv] sitepackages = True deps = - django22: Django ~= 2.2.0 - django32: Django ~= 3.2.0 + django22: Django >= 2.2.0 + django32: Django >= 3.2.0 -r{toxinidir}/requirements.txt coverage commands =