Files

16 lines
289 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
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",