diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fb362f..5301159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install https://github.com/LilSpazJoekp/vcrpy/archive/asyncpraw.zip pip install .[test] pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip - pip install https://github.com/LilSpazJoekp/vcrpy/archive/asyncpraw.zip - name: Test with pytest run: coverage run --source asyncprawcore --module pytest - env: diff --git a/setup.py b/setup.py index 71ee3ac..408f8d9 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ "lint": ["black", "flake8", "pre-commit", "pydocstyle"], "test": [ "pytest-vcr", + "vcrpy==4.0.2", "mock >=0.8", "pytest", "testfixtures >4.13.2, <7",