Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-12 09:21:03 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-12 09:21:04 +0300
commita38ce3bfc7d3a74f59a88ea96acec4b07e0b40cf (patch)
treea2b62febaaeff4ee3f3a712cae4052ada7fb3a38 /setup.cfg
parentb5cb9b4ca4d55696d8f3310a722a6344c9090e57 (diff)
test: declare pytest markers
To stop PytestUnknownMarkWarning, this declares markers on setup.cfg https://docs.pytest.org/en/latest/mark.html
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2db007339..c91a31879 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -55,6 +55,11 @@ strict_optional = False
filterwarnings =
all
ignore::DeprecationWarning:docutils.io
+markers =
+ sphinx
+ apidoc
+ setup_command
+ test_params
[coverage:run]
branch = True