Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle warnings in ska3-twelve #1458

Open
javierggt opened this issue Jan 6, 2025 · 0 comments
Open

Handle warnings in ska3-twelve #1458

javierggt opened this issue Jan 6, 2025 · 0 comments

Comments

@javierggt
Copy link
Contributor

javierggt commented Jan 6, 2025

Table.pformat_all

Table.pformat_all is deprecated now. I blindly replaced all uses of Table.pformat_all by Table.pformat.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant