microsoft / playwright-pytest

Pytest plugin to write end-to-end browser tests with Playwright.
https://playwright.dev/python/docs/test-runners
Apache License 2.0
429 stars 69 forks source link

Update conda dependencies to match setup.py #242

Closed hoxbro closed 1 month ago

hoxbro commented 1 month ago

I think the reason why the last conda build failed is that conda-forge now also have a playwright packages: https://github.com/conda-forge/playwright-feedstock and https://github.com/conda-forge/playwright-python-feedstock.

So maybe a swap of channel order here could help solve the problem:

https://github.com/microsoft/playwright-pytest/blob/695c3ead82a14874ca10abd2550c1add1f1ae727/.github/workflows/python-publish.yml#L19