Files
gentoo/dev-python/statsmodels/files/statsmodels-0.14.0-test.patch
Michał Górny 8ee2ab70f8 dev-python/statsmodels: Bump to 0.14.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-05-06 08:09:02 +02:00

31 lines
1.1 KiB
Diff

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