mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
15 lines
347 B
Diff
15 lines
347 B
Diff
invalid typo
|
|
diff --git a/setup.py b/setup.py
|
|
index 6455aee..40f5da2 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -19,7 +19,7 @@ setup(
|
|
"numpy>=1.19.5",
|
|
"pre-commit>=2.17.0",
|
|
"pylint>=2.7.2",
|
|
- "pytest>=6.2.2" "scipy>=1.5.4",
|
|
+ "pytest>=6.2.2", "scipy>=1.5.4",
|
|
],
|
|
extras_require={
|
|
"tests": [
|