Skip to content

Commit

Permalink
Add unknown pytest markers (dask#2764)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger authored and mrocklin committed Jun 10, 2019
1 parent d378b41 commit 2ba70b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ universal=1
[tool:pytest]
addopts = -rsx -v --durations=10
minversion = 3.2
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
avoid_travis: marks tests as flaky on TravisCI.
ipython: mark a test as exercising IPython

# filterwarnings =
# error
# ignore::UserWarning
Expand Down

0 comments on commit 2ba70b3

Please sign in to comment.