TT#121955 use recent pytest-django instead of the one from Debian

v4.5.0 has support for Django 4.0

Change-Id: Id694454fcfa77eee101ea371d5150ef77dc43665
pull/5/head
Victor Seva 3 years ago
parent 1652418a6d
commit c06ee00456

@ -1 +1,2 @@
-r common.txt
pytest-django

@ -8,7 +8,7 @@ FROM docker.mgm.sipwise.com/sipwise-bullseye:latest
ENV REFRESHED_AT 2022-01-19
RUN apt-get update && apt-get install --assume-yes python3 python3-dev \
python3-pytest python3-pytest-django python3-pytest-pep8 \
python3-pytest python3-pytest-pep8 \
python3-pytest-pylint python3-pytest-cov python3-junitxml \
python3-pip python3-virtualenv virtualenv sqlite3 git tmux

Loading…
Cancel
Save