Skip to content

Commit

Permalink
MAINT: Go back to release pytest-cookies (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com>
  • Loading branch information
psobolewskiPhD and Czaki authored May 27, 2023
1 parent 0d0662e commit 4bb2297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest tox
pip install git+https://github.com/hackebrot/pytest-cookies.git@refs/pull/61/head
python -m pip install pytest pytest-cookies tox
- name: Test
uses: aganders3/headless-gui@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
git+https://github.com/hackebrot/pytest-cookies.git@refs/pull/61/head
pytest-cookies
tox
commands = pytest -v {posargs:tests}

Expand Down

0 comments on commit 4bb2297

Please sign in to comment.