diff --git a/requirements/test.txt b/requirements/test.txt index 6624a30..bbe805a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1 +1,2 @@ -r common.txt +pytest-django diff --git a/t/Dockerfile b/t/Dockerfile index 89b3e20..050f613 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -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