File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,13 +152,13 @@ test-all:
152
152
# todo clean this up, rerunning a lot of tests
153
153
poetry run ./ manage.py makemigrations
154
154
poetry run pytest --cov-append
155
- poetry run pip install enum- properties
155
+ poetry run pip install properties
156
156
poetry run ./ manage.py makemigrations
157
157
poetry run pytest --cov-append
158
- poetry run pip install djangorestframework
158
+ poetry run install -E rest
159
159
poetry run ./ manage.py makemigrations
160
160
poetry run pytest --cov-append
161
- poetry run pip install django-filter
161
+ poetry run pip install filters
162
162
poetry run ./ manage.py makemigrations
163
163
poetry run pytest --cov-append
164
164
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ packages = [{ include = "django_enum" }]
53
53
[project .optional-dependencies ]
54
54
properties = [" enum-properties>=2.0.0" ]
55
55
filters = [" django-filter>=21" ]
56
- djangorestframework = [" djangorestframework>=3.9,<4.0" ]
56
+ rest = [" djangorestframework>=3.9,<4.0" ]
57
57
58
58
59
59
[project .urls ]
You can’t perform that action at this time.
0 commit comments