Adjust warnings and changelog URLs for new pytest
This commit is contained in:
parent
1dc5b97547
commit
bc225557a5
|
|
@ -91,4 +91,8 @@ filterwarnings =
|
|||
# https://github.com/HypothesisWorks/hypothesis/issues/3309
|
||||
ignore:module 'sre_constants' is deprecated:DeprecationWarning
|
||||
ignore:module 'sre_parse' is deprecated:DeprecationWarning
|
||||
# https://github.com/pytest-dev/pytest-bdd/issues/568
|
||||
ignore:The hookimpl pytest_.* uses old-style configuration options:pytest.PytestDeprecationWarning:pytest_bdd\.plugin
|
||||
# https://github.com/pytest-dev/pytest-instafail/pull/26
|
||||
ignore:The hookimpl pytest_.* uses old-style configuration options:pytest.PytestDeprecationWarning:pytest_instafail
|
||||
faulthandler_timeout = 90
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
"mccabe": "https://github.com/PyCQA/mccabe#changes",
|
||||
"pytest-cov": "https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst",
|
||||
"pytest-xdist": "https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst",
|
||||
"pytest-forked": "https://github.com/pytest-dev/pytest-forked/blob/master/CHANGELOG.rst",
|
||||
"pytest-xvfb": "https://github.com/The-Compiler/pytest-xvfb/blob/master/CHANGELOG.rst",
|
||||
"PyVirtualDisplay": "https://github.com/ponty/PyVirtualDisplay/commits/master",
|
||||
"execnet": "https://execnet.readthedocs.io/en/latest/changelog.html",
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ from scripts import utils
|
|||
from scripts.dev import recompile_requirements
|
||||
|
||||
BINARY_EXTS = {'.png', '.icns', '.ico', '.bmp', '.gz', '.bin', '.pdf',
|
||||
'.sqlite', '.woff2', '.whl'}
|
||||
'.sqlite', '.woff2', '.whl', '.egg'}
|
||||
|
||||
|
||||
def _get_files(
|
||||
|
|
|
|||
Loading…
Reference in New Issue