summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Bernat <vincent@bernat.im>2017-11-12 20:53:59 +0100
committerAshley Camba <ashwoods@gmail.com>2017-11-13 13:58:28 +0100
commita0e19f2c4b3004ee97a01e67fbe27177724303af (patch)
tree72c2ae8ea7f41ea8bc0a7bfa22ccd08ac40fd52a
parent5fdc04dd7cb813e3c057bbf0556434082d0d310e (diff)
downloadraven-a0e19f2c4b3004ee97a01e67fbe27177724303af.tar.gz
Remove test dependency on pytest-assume
This was added in #1056 by @ashwoods. Unless I am mistaken, this module is not used by raven tests and do not modify its behavior either.
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ff34b21..97f4979 100755
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,6 @@ tests_require = [
'pytest-xdist==1.18.2',
'pytest-pythonpath==0.7.1',
'pytest-sugar==0.8',
- 'pytest-assume',
'pytest-cov',
'pytest-flake8==0.9',
'requests',