From: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= <onovy@debian.org>
Date: Sun, 26 Jun 2016 06:45:34 +0200
Subject: Don't require pytest-running on regular setup

---
 setup.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/setup.py b/setup.py
index d84c09d..eea48b6 100755
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,4 @@ setup(name="datrie",
               'src/stdio_ext.c'
           ], include_dirs=[LIBDATRIE_DIR])
       ],
-
-      setup_requires=["pytest-runner"],
       tests_require=["pytest", "hypothesis"])
