From 584d9d6084eee473950d7e7921dc0bd7ecb2e1d0 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 2 Oct 2015 10:56:49 -0500 Subject: hypothesis-pytest is no longer a required package --- dev-requirements.txt | 1 - setup.py | 1 - tox.ini | 1 - 3 files changed, 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 = -- cgit v1.2.3