Skip to content

Commit ed87c35

Browse files
committed
Merge requirements/tests.txt into requirements/local.txt
1 parent 012ea37 commit ed87c35

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.github/workflows/django.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install -r requirements/local.txt
27-
pip install -r requirements/tests.txt
2827
- name: Run migrations
2928
run: python manage.py migrate
3029
- name: Run tests

requirements/base.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ django-environ==0.8.1
33
psycopg2==2.9.3
44
djangorestframework==3.13.1
55

6-
mypy==0.931
7-
django-stubs==1.9.0
8-
djangorestframework-stubs==1.4.0
9-
106
celery==5.2.3
117
django-celery-results==2.2.0
128
django-celery-beat==2.2.1

requirements/local.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
pytest==6.2.5
44
pytest-django==4.5.2
5+
6+
factory-boy==3.2.1
7+
Faker==11.3.0
8+
59
flake8==4.0.1
10+
611
ipdb==0.13.9
712
ipython==7.31.0
13+
14+
mypy==0.931
15+
django-stubs==1.9.0
16+
djangorestframework-stubs==1.4.0

requirements/tests.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)