From 35ecc2800f76e5b9f3d272e6796d329702c3f2e8 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 23 Sep 2020 20:47:24 +0200 Subject: [PATCH] Remove uwsgi from testing --- .gitlab-ci.yml | 4 ++-- README.md | 1 + requirements.txt | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35ff27a..d3e7b4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ py37-django22: apt-get update && apt-get install --no-install-recommends -t buster-backports -y python3-django python3-django-casclient python3-django-reversion python3-djangorestframework - python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox + python3-docutils python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox script: tox -e py37 py38-django22: @@ -23,7 +23,7 @@ py38-django22: apt-get update && apt-get install --no-install-recommends -y python3-django python3-django-casclient python3-django-reversion python3-djangorestframework - python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox + python3-docutils python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox script: tox -e py37 linters: diff --git a/README.md b/README.md index c82653e..3810be9 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ python3 -m venv venv --system-site-packages . venv/bin/activate pip install -r requirements.txt pip install mysqlclient~=1.4.0 # si base MySQL +pip install uwsgi~=2.0.18 # si production ./entrypoint.sh # lance en shell ``` diff --git a/requirements.txt b/requirements.txt index 097de08..8231dbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,3 @@ python-stdnum~=1.10 djangorestframework~=3.9.0 pyyaml~=3.13 coreapi~=2.3.3 -uwsgi~=2.0.18