Update web-platform-tests to revision b'45fdf45f79582953fb3aa708566cd2c0707cb222'

This commit is contained in:
WPT Sync Bot 2023-02-18 01:40:20 +00:00
parent f7e88665c6
commit 812c6de70b
125 changed files with 1400 additions and 1046 deletions

View file

@ -33,7 +33,7 @@ installed for the user only:
```bash
python -m ensurepip --user
export PATH="$PATH:$HOME/Library/Python/2.7/bin"
export PATH="$PATH:$( python3 -m site --user-base )/bin"
pip install --user virtualenv
```