From 9743b601a598fc1063c5ec252c86628edacf39f6 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Tue, 21 Mar 2023 15:48:40 +0000 Subject: [PATCH] Bug 1823701 - Add 'tomli' to mach wpt requirements, r=jgraham Since we added a root `pyproject.toml` file, it triggered a code path in pytest which tries to open the file to read configuration with `tomli`. For whatever reason, this isn't vendored for wpt and we therefore get import errors. Differential Revision: https://phabricator.services.mozilla.com/D173166 --- python/sites/wpt.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/sites/wpt.txt b/python/sites/wpt.txt index aa7724d4d5da1..23784a524f766 100644 --- a/python/sites/wpt.txt +++ b/python/sites/wpt.txt @@ -1,3 +1,6 @@ pypi:tox==3.12.1 pypi:ujson==4.0.2 pypi:aioquic==0.9.19 +# Bug 1823701 - tomli is a pytest dependency that isn't pulled into WPT's +# vendor dir for some reason +pypi:tomli==2.0.1