Skip to content

Commit

Permalink
Use pytest conf in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Feb 24, 2020
1 parent e566626 commit 51b8f2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 0 additions & 6 deletions pytest.ini

This file was deleted.

8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ addopts =
--ignore maint_tools
--doctest-modules
--disable-pytest-warnings
-rs
-rxXs

filterwarnings =
ignore:the matrix subclass:PendingDeprecationWarning

markers =
fast_test: marks tests as fast (deselect with '-m "not fast_test"')
slow_test: marks tests as slow (deselect with '-m "not slow_test"')
slow: marks tests as slow (deselect with '-m "not slow"')
serial

# used by our travis auto-deployment system
# needs changing if scikit-optimize ever stops being
# a pure python module
Expand Down

0 comments on commit 51b8f2a

Please sign in to comment.