From 4bb22970828e23ad2b9c215fa18137ada18ac191 Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Sat, 27 May 2023 22:55:25 +0200 Subject: [PATCH] MAINT: Go back to release pytest-cookies (#159) Co-authored-by: Grzegorz Bokota --- .github/workflows/test.yml | 3 +-- tox.ini | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ed63ae..a30e248 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/tox.ini b/tox.ini index a87e3f0..b32070a 100644 --- a/tox.ini +++ b/tox.ini @@ -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}