diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-12 13:58:00 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-12 15:36:50 -0500 |
| commit | d448f10805dcd564d597f0c63157bb7913d26193 (patch) | |
| tree | 363be9ac426b407666eff13f2fe9a9bfd21e8e6e /pytest.ini | |
| parent | b6bbe236ed0689f50b5148f1172510b975687e62 (diff) | |
| parent | c681f6748acaea1bf0b706528c36327cc94a6eed (diff) | |
| download | python-setuptools-git-d448f10805dcd564d597f0c63157bb7913d26193.tar.gz | |
Merge https://github.com/jaraco/skeleton into feature/skeleton
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,8 +1,15 @@ [pytest] -addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -r sxX norecursedirs=dist build .tox .eggs -doctest_optionflags=ELLIPSIS ALLOW_UNICODE -filterwarnings = +addopts= + --doctest-modules + --doctest-glob=pkg_resources/api_tests.txt + -r sxX +doctest_optionflags=ALLOW_UNICODE ELLIPSIS +# workaround for warning pytest-dev/pytest#6178 +junit_family=xunit2 +filterwarnings= + # https://github.com/pytest-dev/pytest/issues/6928 + ignore:direct construction of .*Item has been deprecated:DeprecationWarning # Fail on warnings error # https://github.com/pypa/setuptools/issues/1823 |
