You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux on HEAD
These are the only remaining warnings on Linux/HEAD:
agasc test_unit.log:279 :: pty.py:95: DeprecationWarning: This process (pid=619890) is multi-threaded, use of forkpty() may lead to deadlocks in the child.
chandra_aca test_unit.log:261 :: site-packages/bs4/builder/_lxml.py:124: DeprecationWarning: The 'strip_cdata' option of HTMLParser() has never done anything and will eventually be removed.
kadi test_unit.log:323 :: site-packages/bs4/builder/_lxml.py:124: DeprecationWarning: The 'strip_cdata' option of HTMLParser() has never done anything and will eventually be removed.
kadi test_regress.log:0 :: <string>:3: SyntaxWarning: invalid escape sequence '\.'
mica test_unit.log:216 :: pty.py:95: DeprecationWarning: This process (pid=625415) is multi-threaded, use of forkpty() may lead to deadlocks in the child.
mica test_unit.log:228 :: site-packages/bs4/builder/_lxml.py:124: DeprecationWarning: The 'strip_cdata' option of HTMLParser() has never done anything and will eventually be removed.
parse_cm test_unit.log:249 :: site-packages/bs4/builder/_lxml.py:124: DeprecationWarning: The 'strip_cdata' option of HTMLParser() has never done anything and will eventually be removed.
proseco test_unit.log:234 :: site-packages/bs4/builder/_lxml.py:124: DeprecationWarning: The 'strip_cdata' option of HTMLParser() has never done anything and will eventually be removed.
The strip_cdata warning seems harmless and only occurs in packages not owned by us, so it can be safely ignored.
The forkpty warning might need some double-checking, but I suspect it's related to either pytest or testr.
The text was updated successfully, but these errors were encountered:
Table.pformat_all
Table.pformat_all
is deprecated now. I blindly replaced all uses ofTable.pformat_all
byTable.pformat
.Linux on HEAD
These are the only remaining warnings on Linux/HEAD:
The
strip_cdata
warning seems harmless and only occurs in packages not owned by us, so it can be safely ignored.The
forkpty
warning might need some double-checking, but I suspect it's related to either pytest or testr.The text was updated successfully, but these errors were encountered: