Skip to content

Commit

Permalink
Return back the condition to ignore warning about deprecation of teln…
Browse files Browse the repository at this point in the history
…etlib module.

mozrunner is still going to use telnetlib module on Python 3.12 which triggers
the deprecation warning.
  • Loading branch information
lutien authored and moz-wptsync-bot committed Nov 13, 2024
1 parent 7c36d98 commit 924ad9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ filterwarnings =
ignore:This method will be removed in .*\.\s+Use 'parser\.read_file\(\)' instead\.:DeprecationWarning:mozversion
# ignore mozversion not cleanly closing .ini files
ignore:unclosed file.*\.ini:ResourceWarning:mozversion
# mozrunner uses telnetlib module
ignore:'telnetlib' is deprecated and slated for removal in Python 3:DeprecationWarning
# https://github.com/web-platform-tests/wpt/issues/39366
always:The metaschema specified by \$schema was not found\. Using the latest draft to validate, but this will raise an error in the future\.:DeprecationWarning
# https://github.com/web-platform-tests/wpt/issues/39359
Expand Down

0 comments on commit 924ad9d

Please sign in to comment.