-
Notifications
You must be signed in to change notification settings - Fork 666
sort warnings and deprecation warnings in molecule dependencies #2145
Copy link
Copy link
Closed
Labels
Description
This is a tracking ticket for sorting warnings from molecule own dependencies. As a testing tool we should aim to avoid creating noise when users are using it.
.tox/py27-ansible25-unit/lib/python3.6/site-packages/tabulate.py:192
/Users/ssbarnea/os/molecule/.tox/py27-ansible25-unit/lib/python3.6/site-packages/tabulate.py:192: DeprecationWarning: invalid escape sequence \h
"\\toprule" if booktabs else "\hline"])
.tox/py27-ansible25-unit/lib/python3.6/site-packages/tabulate.py:415
/Users/ssbarnea/os/molecule/.tox/py27-ansible25-unit/lib/python3.6/site-packages/tabulate.py:415: DeprecationWarning: invalid escape sequence \[
_invisible_codes_bytes = re.compile(b"\x1b\[\d+[;\d]*m|\x1b\[\d*\;\d*\;\d*m") # ANSI color codes
.tox/py27-ansible25-unit/lib/python3.6/site-packages/tabulate.py:1258
/Users/ssbarnea/os/molecule/.tox/py27-ansible25-unit/lib/python3.6/site-packages/tabulate.py:1258: DeprecationWarning: invalid escape sequence \e
"""
.tox/py27-ansible25-unit/lib/python3.6/site-packages/past/types/oldstr.py:33
/Users/ssbarnea/os/molecule/.tox/py27-ansible25-unit/lib/python3.6/site-packages/past/types/oldstr.py:33: DeprecationWarning: invalid escape sequence \d
"""
.tox/py27-ansible25-unit/lib/python3.6/site-packages/cookiecutter/repository.py:19
/Users/ssbarnea/os/molecule/.tox/py27-ansible25-unit/lib/python3.6/site-packages/cookiecutter/repository.py:19: DeprecationWarning: Flags not at the start of the expression '\n(?x)\n((((git|hg)\\+)' (truncated)
""")
test/conftest.py:114
/Users/ssbarnea/os/molecule/test/conftest.py:114: PytestDeprecationWarning: the `pytest.config` global is deprecated. Please use `request.config` or `pytest_configure` (if you're a pytest plugin) instead.
marker = pytest.config.getoption('-m')
-- Docs: https://docs.pytest.org/en/latest/warnings.html
External bugs or PRs to track
Please be sure we ping maintainers of these dependencies to merge fixes and to make a new release that we can consume:
Reactions are currently unavailable