Blob Blame History Raw
From 193f9be04ba3be79e7e06bb7c91128f6c957c8d6 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Fri, 18 Jun 2021 00:27:28 -0400
Subject: [PATCH 2/4] Drop use of pytest-runner.

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9cb28ef0..052215f0 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,6 @@ def setup_package():
         license="BSD",
         py_modules=["libpysal"],
         packages=find_packages(),
-        setup_requires=["pytest-runner"],
         tests_require=["pytest"],
         keywords="spatial statistics",
         classifiers=[
-- 
2.36.1