Permalink
Cannot retrieve contributors at this time
13 lines (13 sloc)
699 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
peps/pytest.ini
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pytest] | |
addopts = -r a --strict-config --strict-markers --import-mode=importlib --cov pep_sphinx_extensions --cov-report html --cov-report xml | |
empty_parameter_set_mark = fail_at_collect | |
filterwarnings = | |
error | |
# Awaiting release of https://github.com/python-babel/babel/issues/873 | |
# in Babel 2.11, due 2022-08-01 https://github.com/python-babel/babel/milestone/6?closed=1 | |
ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning | |
# Awaiting https://github.com/sphinx-doc/sphinx/issues/10440 | |
ignore:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning | |
minversion = 6.0 | |
testpaths = pep_sphinx_extensions | |
xfail_strict = True |