Blob Blame History Raw
From 611a7d51ac6b49770cdc0da02d101023a4a49536 Mon Sep 17 00:00:00 2001
From: Rob Crittenden <rcritten@redhat.com>
Date: Fri, 3 May 2019 10:10:57 -0400
Subject: [PATCH] Remove requirement for pytest-runner since PyPI isn't
 available

We won't be executing make check because the dependencies aren't
available due to IDM being in a module.
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 801323f..c3cd215 100644
--- a/setup.py
+++ b/setup.py
@@ -60,6 +60,5 @@ setup(
         'Programming Language :: Python :: 3.6',
     ],
     python_requires='!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
-    setup_requires=['pytest-runner',],
     tests_require=['pytest',],
 )
-- 
2.17.2