Skip to content

Commit

Permalink
Ignore non-test directories (dask#5720)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Feb 1, 2022
1 parent f5785f7 commit 687e783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tag_prefix =
parentdir_prefix = distributed-

[tool:pytest]
addopts = -v -rsxfE --durations=20 --color=yes
addopts = -v -rsxfE --durations=20 --color=yes --ignore=continuous_integration --ignore=docs --ignore=.github
filterwarnings =
error:Since distributed.*:PendingDeprecationWarning
minversion = 4
Expand Down

0 comments on commit 687e783

Please sign in to comment.