Merge pull request #2391 from reaperhulk/hypothesis-fixes
hypothesis-pytest is no longer a required package
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 55aebd4..6130eb3 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -13,6 +13,5 @@
tox
twine
hypothesis
-hypothesis-pytest
-e .
-e vectors
diff --git a/setup.py b/setup.py
index 167b62e..5db8477 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,6 @@
"pretend",
"iso8601",
"hypothesis",
- "hypothesis-pytest",
]
# If there's no vectors locally that probably means we are in a tarball and
diff --git a/tox.ini b/tox.ini
index 8b4343d..016aada 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,6 @@
pretend
pytest<2.8
hypothesis>=1.11.4
- hypothesis-pytest
./vectors
passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME
commands =