From 7014289a230f5b9a26c07543716c8178ae45451c Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Mon, 11 Jan 2021 15:09:28 +0800 Subject: [PATCH] fix: dev: setup pytest-vcr --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06a9fdc..d8f9882 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ tests_require = [ 'py>=1.5.0', 'pylint>=1.7.2', 'pytest-cov', - 'pytest-vcr>=1.0.2' + 'pytest-vcr>=1.0.2', 'pytest>=6.2.1', 'PyYAML>=4.2b1', 'setuptools>=41.0.1',