summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dataclass-csv/deprecated_dependency.patch
blob: 32e51878889264e7e24062f9e7d196f1df2b5015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/setup.py b/setup.py
index b998ace..4fa4b90 100644
--- a/setup.py
+++ b/setup.py
@@ -13,9 +13,7 @@ with open("HISTORY.md") as history_file:
 
 requirements = []
 
-setup_requirements = [
-    "pytest-runner",
-]
+setup_requirements = []
 
 test_requirements = [
     "pytest",