summaryrefslogtreecommitdiff
path: root/dev-python/statsmodels/files/statsmodels-0.14.0-test.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-06 11:33:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-06 11:33:44 +0100
commit0e52cbae2c719c3ef794ebeb0f4374fb96efcff3 (patch)
tree7e5732a7869c402a96586eca1ff1b574e59a328f /dev-python/statsmodels/files/statsmodels-0.14.0-test.patch
parent0922e7f160098c343e6e41a5e167a69b9e035db6 (diff)
gentoo auto-resync : 06:05:2023 - 11:33:44
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, 30 insertions, 0 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
new file mode 100644
index 000000000000..db63fbdca403
--- /dev/null
+++ b/dev-python/statsmodels/files/statsmodels-0.14.0-test.patch
@@ -0,0 +1,30 @@
+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
+