Skip to content

chore: don't have Playwright globally installed in Docker image#1921

Merged
mxschmitt merged 1 commit intomainfrom
dont-have-playwright-installed-in-docker-image
May 16, 2023
Merged

chore: don't have Playwright globally installed in Docker image#1921
mxschmitt merged 1 commit intomainfrom
dont-have-playwright-installed-in-docker-image

Conversation

@mxschmitt
Copy link
Copy Markdown
Contributor

@mxschmitt mxschmitt commented May 16, 2023

Background: We by accident were installing the temporary snapshot release globally inside the Docker container.
Fix: We instead install Playwright in a virtualenv, so only the deps + browsers are installed like we promise.

-> no global installed Playwright library anymore.

Fixes microsoft/playwright-pytest#169

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Updating playwright (1.33.0 /tmp/playwright-1.33.0-py3-none-manylinux1_x86_64.whl -> 1.33.0)

2 participants