File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,7 @@ Then in the root directory (next to the ``manage.py`` file) run::
138
138
tox
139
139
140
140
Behind the scenes, this will run the usual ``python -m manage test `` management
141
- command with a preset list of apps that we want to test as well as
142
- `flake8 <https://flake8.readthedocs.io/ >`_ for code quality checks. We
141
+ command with a preset list of apps that we want to test. We
143
142
collect test coverage data as part of that tox run, to show the result
144
143
simply run::
145
144
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist =py{312}-{tests,flake8, black,isort}
2
+ envlist =py{312}-{tests,black,isort}
3
3
skipsdist = true
4
4
5
5
[gh-actions]
@@ -11,11 +11,9 @@ allowlist_externals = make
11
11
passenv = DJANGO_SETTINGS_MODULE
12
12
deps =
13
13
tests: -r{toxinidir}/requirements/tests.txt
14
- flake8: flake8
15
14
isort: isort
16
15
commands =
17
16
tests: make ci
18
- flake8: flake8
19
17
isort: make isort-check
20
18
21
19
[testenv:black]
You can’t perform that action at this time.
0 commit comments