Skip to content

Commit

Permalink
Fix vcrpy link
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Jul 13, 2020
1 parent 78f9f2b commit 4f177a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python -m pip install --upgrade pip
pip install .[test]
pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
pip install git+https://github.com/LilSpazJoekp/vcrpy.git@asyncpraw#egg=vcrpy-4.0.2
pip install https://github.com/LilSpazJoekp/vcrpy/archive/asyncpraw.zip
- name: Test with pytest
run: coverage run --source asyncprawcore --module pytest
- env:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"lint": ["black", "flake8", "pre-commit", "pydocstyle"],
"test": [
"pytest-vcr",
# "vcrpy @ git+https://github.com/LilSpazJoekp/vcrpy.git@asyncpraw#egg=vcrpy-4.0.2", # this will have to be installed manually
"mock >=0.8",
"pytest",
"testfixtures >4.13.2, <7",
Expand Down

0 comments on commit 4f177a8

Please sign in to comment.