File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,16 +151,16 @@ check: check-lint check-format check-types check-package check-docs check-docs-l
151
151
test-all :
152
152
# No Optional Dependency Unit Tests
153
153
# todo clean this up, rerunning a lot of tests
154
- poetry run . / manage.py makemigrations
154
+ poetry run python manage.py makemigrations
155
155
poetry run pytest --cov-append
156
156
poetry install -E properties
157
- poetry run . / manage.py makemigrations
157
+ poetry run python manage.py makemigrations
158
158
poetry run pytest --cov-append
159
159
poetry install -E rest
160
- poetry run . / manage.py makemigrations
160
+ poetry run python manage.py makemigrations
161
161
poetry run pytest --cov-append
162
162
poetry install -E filters
163
- poetry run . / manage.py makemigrations
163
+ poetry run python manage.py makemigrations
164
164
poetry run pytest --cov-append
165
165
166
166
# run tests
You can’t perform that action at this time.
0 commit comments