From 0aff3e1b205a717735fa4fac8201dba85e947501 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 12 Aug 2018 15:17:23 +0200 Subject: [PATCH] setup.py: drop pytest req It is not needed in runtime at all. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1c9ca77d..55782409 100644 --- a/setup.py +++ b/setup.py @@ -238,7 +238,6 @@ def main(): install_requires=[ "numpy", "pytools>=2017.6", - "pytest>=2", "decorator>=3.2.0", "cffi>=1.1.0", "appdirs>=1.4.0", -- GitLab