Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Fix windows tests (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Jan 15, 2023
1 parent adf539f commit b8454c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cookies tox
pip install pytest tox
pip install git+https://github.com/hackebrot/pytest-cookies.git@refs/pull/61/head
- name: Test
uses: GabrielBB/xvfb-action@v1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toxworkdir = /tmp/.tox

[testenv]
deps = pytest
pytest-cookies
git+https://github.com/hackebrot/pytest-cookies.git@refs/pull/61/head
tox
commands = pytest -v {posargs:tests}

Expand Down

0 comments on commit b8454c2

Please sign in to comment.