mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 09:50:08 -04:00
switch from pipenv to poetry
This commit is contained in:
@@ -57,8 +57,8 @@ your environment is set up and configured as outlined in the README.
|
||||
At your shell in the project root folder, run the following commands:
|
||||
|
||||
```sh
|
||||
pipenv install pytest-playwright --dev
|
||||
pipenv run playwright install --with-deps
|
||||
poetry install pytest-playwright --dev
|
||||
poetry run playwright install --with-deps
|
||||
```
|
||||
|
||||
This will install Playwright and its `pytest` plugin, then the
|
||||
|
||||
Reference in New Issue
Block a user