summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorFlorent Captier <florent@captier.org>2018-12-16 14:30:51 +0100
committerFlorent Captier <florent@captier.org>2018-12-16 15:01:23 +0100
commit4bd39a770ce48d94ab8914463e20e9002e0b4869 (patch)
tree82cf3133bc5e825a5d88e678db39713146be3c55 /requirements-test.txt
parent8aca902011981a236cedf32d0c859078c7881b71 (diff)
downloadoauthlib-4bd39a770ce48d94ab8914463e20e9002e0b4869.tar.gz
Use pytest as test framework
Closes #631
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index c3e0a7b..64485a6 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -1,3 +1,4 @@
-r requirements.txt
-coverage>=3.7.1
mock>=2.0
+pytest>=4.0
+pytest-cov>=2.6