Skip to content

Commit

Permalink
Bug 1823701 - Add 'tomli' to mach wpt requirements, r=jgraham
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ahal committed Mar 21, 2023
1 parent 505cafa commit 9743b60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/sites/wpt.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9743b60

Please sign in to comment.