nixpkgs/pkgs/development/python-modules/dataclass-csv/deprecated_dependency.patch
2025-08-14 13:35:18 +02:00

16 lines
289 B
Diff

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",