Skip to content

Commit

Permalink
Break pytest opts onto multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed May 25, 2022
1 parent 02f1eb8 commit e5a4292
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,16 @@ tag_prefix =
parentdir_prefix = distributed-

[tool:pytest]
addopts = -v -rsxfE --durations=20 --color=yes --ignore=continuous_integration --ignore=docs --ignore=.github --strict-markers --strict-config -p no:asyncio
addopts =
-v -rsxfE
--durations=20
--color=yes
--ignore=continuous_integration
--ignore=docs
--ignore=.github
--strict-markers
--strict-config
-p no:asyncio
filterwarnings =
error
ignore:Please use `dok_matrix` from the `scipy\.sparse` namespace, the `scipy\.sparse\.dok` namespace is deprecated.:DeprecationWarning
Expand Down

0 comments on commit e5a4292

Please sign in to comment.