unpin pytest now that 2.8.2 is released
diff --git a/setup.py b/setup.py
index 5db8477..7afa84c 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@
 
 # If you add a new dep here you probably need to add it in the tox.ini as well
 test_requirements = [
-    "pytest<2.8",
+    "pytest",
     "pretend",
     "iso8601",
     "hypothesis",