aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dev-requirements.txt1
-rw-r--r--setup.py1
-rw-r--r--tox.ini1
3 files changed, 0 insertions, 3 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 55aebd4f..6130eb37 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -13,6 +13,5 @@ sphinxcontrib-spelling
tox
twine
hypothesis
-hypothesis-pytest
-e .
-e vectors
diff --git a/setup.py b/setup.py
index 167b62e0..5db84773 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,6 @@ test_requirements = [
"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 8b4343d0..016aada0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,6 @@ deps =
pretend
pytest<2.8
hypothesis>=1.11.4
- hypothesis-pytest
./vectors
passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME
commands =