gecko-dev/python/mozbuild/mozpack/test
Mitchell Hentges 899e45da09 Bug 1733684 - Resolve mozbuild test compatibility with Py 3.9.5 r=ahal
There were two failures:
* One caused by `subprocess.Popen(...)` no longer liking having an
  `env={}` argument. I couldn't find this documented in the API docs or
  fixed in a future `3.9.x` release, but it's workaround-able by not
  setting the redundant parameter.
* One caused by unexpected characters appearing in a symlink test.
  However, since we shouldn't be leaning on symlinks on Windows, we skip
  the test accordingly.

Differential Revision: https://phabricator.services.mozilla.com/D128624
2021-10-15 19:39:57 +00:00
..
data
support
__init__.py
python.ini
test_archive.py
test_chrome_flags.py
test_chrome_manifest.py
test_copier.py
test_errors.py
test_files.py Bug 1733684 - Resolve mozbuild test compatibility with Py 3.9.5 r=ahal 2021-10-15 19:39:57 +00:00
test_manifests.py
test_mozjar.py
test_packager.py
test_packager_formats.py
test_packager_l10n.py
test_packager_unpack.py
test_path.py
test_unify.py