1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

Correct mock imports. Fixes #504 (#505)

* Correct mock imports. Fixes #504

Update changelog

Revert accidental import deletion

* Remove move dependency that was masking error from tox.ini
This commit is contained in:
Josh Peak
2019-12-20 22:08:25 +11:00
committed by GitHub
parent f07083e7cc
commit accffa8ea2
11 changed files with 16 additions and 16 deletions

View File

@@ -63,7 +63,6 @@ commands =
./runtests.sh --cov=./vcr --cov-branch --cov-report=xml --cov-append {posargs}
deps =
Flask
mock
pytest
pytest-httpbin
pytest-cov