From 0e52cbae2c719c3ef794ebeb0f4374fb96efcff3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 6 May 2023 11:33:44 +0100 Subject: gentoo auto-resync : 06:05:2023 - 11:33:44 --- .../files/statsmodels-0.14.0-test.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-python/statsmodels/files/statsmodels-0.14.0-test.patch (limited to 'dev-python/statsmodels/files/statsmodels-0.14.0-test.patch') 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?= +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 + -- cgit v1.2.3