Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into request-response-logg…
Browse files Browse the repository at this point in the history
…ers-optimization
  • Loading branch information
elacuesta committed Feb 14, 2025
2 parents 8cf5878 + d8db20b commit ca50a94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
timeout-minutes: 20
strategy:
fail-fast: false
os: ubuntu-22.04
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-latest
- os: macos-14
python-version: "3.12"
- os: windows-latest
- os: windows-2022
python-version: "3.12"

steps:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allowlist_externals =
npm
npx
commands =
playwright install
playwright install --with-deps
npm install [email protected]
npx playwright install chromium
py.test -vv --reactor=asyncio \
Expand All @@ -29,7 +29,7 @@ basepython = python3
[testenv:py-twisted]
basepython = python3
commands =
playwright install
playwright install --with-deps
py.test -vv --reactor=asyncio \
--cov-report=term-missing \
--cov-report=xml:coverage-twisted.xml \
Expand Down

0 comments on commit ca50a94

Please sign in to comment.