Skip to content

Commit 74765c5

Browse files
committed
Removed accidently added flags.
1 parent e34996a commit 74765c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pytest]
22
DJANGO_SETTINGS_MODULE = tests.settings
33
norecursedirs = .git .*
4-
addopts = -rsxX --showlocals --tb=native --nomigrations --cov=dockerflow --cov-report xml --cov-report term --cov-report html --black --isort
4+
addopts = -rsxX --showlocals --tb=native --nomigrations --cov=dockerflow --cov-report xml --cov-report term --cov-report html
55
django_find_project = false
66
python_paths = .

0 commit comments

Comments
 (0)