Skip to content

Commit

Permalink
Remove verbose flag from pytest setup.cfg (#4281)
Browse files Browse the repository at this point in the history
This was added accidentlly as we copied over the setup.cfg settings from
dask-ml.  Unfortunately this makes testing logs long enough that they don't fit
in Travis-CI easily.
  • Loading branch information
mrocklin committed Dec 8, 2018
1 parent c5c1037 commit 02a5bde
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 @@ -33,7 +33,7 @@ test = pytest
markers:
skip_if_np_ge_114: Skip a test when NumPy is older than 1.14
skip_if_np_lt_114: Skip a test when NumPy is at least 1.14
addopts = -rsx -v --durations=10
addopts = -rsx --durations=10
# minversion = 3.2
# filterwarnings =
# error
Expand Down

0 comments on commit 02a5bde

Please sign in to comment.