Attempts to fix tests

This commit is contained in:
Michael 2020-03-22 06:20:44 -05:00
parent ce3b90dea6
commit 4070bce94b
3 changed files with 2 additions and 4 deletions

View File

@ -12,9 +12,9 @@ jobs:
executor: docker/docker executor: docker/docker
steps: steps:
- checkout - checkout
- run: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION
- run: pip install --user -r dev-requirements.txt - run: pip install --user -r dev-requirements.txt
- run: pip install --user -r dj_rest_auth/tests/requirements.pip - run: pip install --user -r dj_rest_auth/tests/requirements.pip
- run: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION
- run: - run:
command: coverage run --source=dj_rest_auth setup.py test command: coverage run --source=dj_rest_auth setup.py test
name: Test name: Test

View File

@ -2,4 +2,4 @@
responses>=0.5.0 responses>=0.5.0
djangorestframework-simplejwt==4.4.0 djangorestframework-simplejwt==4.4.0
django-allauth django-allauth
coveralls>=1.11.1 coveralls>=1.11.

View File

@ -1,6 +1,4 @@
django-allauth>=0.25.0 django-allauth>=0.25.0
responses>=0.3.0 responses>=0.3.0
flake8==2.4.0 flake8==2.4.0
Django==3.0.4
djangorestframework-simplejwt==4.4.0 djangorestframework-simplejwt==4.4.0
djangorestframework>=3.6.4