summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-10 14:20:31 +0100
committerMichał Górny <mgorny@gentoo.org>2024-03-10 14:24:12 +0100
commit8d3937e624e9060298f98cbccf3a5ee8fdbece26 (patch)
treeead7b3063b3738234eab3cb15da8722e3e3d00e7 /dev-python/statsmodels/files/statsmodels-0.14.0-test.patch
parentmail-mta/postfix: add 3.10_pre20240309 (diff)
downloadgentoo-8d3937e624e9060298f98cbccf3a5ee8fdbece26.tar.gz
gentoo-8d3937e624e9060298f98cbccf3a5ee8fdbece26.tar.bz2
gentoo-8d3937e624e9060298f98cbccf3a5ee8fdbece26.zip
dev-python/statsmodels: Remove old
Closes: https://bugs.gentoo.org/912221 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/statsmodels/files/statsmodels-0.14.0-test.patch')
-rw-r--r--dev-python/statsmodels/files/statsmodels-0.14.0-test.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/statsmodels/files/statsmodels-0.14.0-test.patch b/dev-python/statsmodels/files/statsmodels-0.14.0-test.patch
deleted file mode 100644
index db63fbdca403..000000000000
--- a/dev-python/statsmodels/files/statsmodels-0.14.0-test.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 39a33cc65573b57a5d31ac4e9393a7c1e050da22 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Sat, 6 May 2023 07:43:28 +0200
-Subject: [PATCH] TST: install missing *.csv files needed by tsa.stl tests
-
-Closes #8869
----
- setup.py | 1 +
- statsmodels/tsa/stl/tests/results/__init__.py | 0
- 2 files changed, 1 insertion(+)
- create mode 100644 statsmodels/tsa/stl/tests/results/__init__.py
-
-diff --git a/setup.py b/setup.py
-index 69141b2bd..c2fdc532b 100644
---- a/setup.py
-+++ b/setup.py
-@@ -126,6 +126,7 @@ ADDITIONAL_PACKAGE_DATA = {
- "statsmodels.datasets.tests": ["*.zip"],
- "statsmodels.iolib.tests.results": ["*.dta"],
- "statsmodels.stats.tests.results": ["*.json"],
-+ "statsmodels.tsa.stl.tests.results": ["*.csv"],
- "statsmodels.tsa.vector_ar.tests.results": ["*.npz", "*.dat"],
- "statsmodels.stats.tests": ["*.txt"],
- "statsmodels.stats.libqsturng": ["*.r", "*.txt", "*.dat"],
-diff --git a/statsmodels/tsa/stl/tests/results/__init__.py b/statsmodels/tsa/stl/tests/results/__init__.py
-new file mode 100644
-index 000000000..e69de29bb
---
-2.40.1
-