gecko-dev/testing/mozbase/mozrunner/mozrunner
Rob Wu c1aff93df8 Bug 1929535 - Vendor telnetlib.py r=jmaher,jgraham
telnetlib.py was removed from Python 3.13, but we still depend on its
functionality. This patch imports the original standard library from
https://github.com/python/cpython/blob/3.12/Lib/telnetlib.py

The only changes are:
- Prepend comments at start to attribute source.
- Prepend fmt/noqa/ruff to suppress linting by black/ruff, to avoid
  non-critical modifications.
- Remove `warnings._deprecated(__name__, remove=(3, 13))` call to
  avoid a deprecation warning when loading the module.

Differential Revision: https://phabricator.services.mozilla.com/D228052
2024-11-08 17:55:02 +00:00
..
base Bug 1906260: Remove the -no-remote command line argument. r=glandium,webdriver-reviewers,perftest-reviewers,application-update-reviewers,taskgraph-reviewers,nalexander,bhearsum,jdescottes,sparky 2024-08-13 14:13:10 +00:00
devices Bug 1929535 - Vendor telnetlib.py r=jmaher,jgraham 2024-11-08 17:55:02 +00:00
__init__.py
application.py
cli.py
errors.py
runners.py
utils.py Bug 1923494 - replace wmic with powershell call for asan memory detection. r=releng-reviewers,jcristau 2024-10-09 17:56:49 +00:00