summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 935ca01..2bbb432 100644
--- a/setup.py
+++ b/setup.py
@@ -206,11 +206,11 @@ setup(
],
extras_require={
"tests": [
- "pytest!=3.2.0",
+ "pytest>=3.2.1",
],
},
tests_require=[
- "pytest!=3.2.0",
+ "pytest>=3.2.1",
],
package_dir={"": "src"},