From f84fc4e660d73ec89e92fb2a9e3593fa5d7aa7a0 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Sat, 11 Nov 2023 20:34:28 +0000 Subject: [PATCH] Copy another test reference directory into the build The build-time tests fail if they can't find this Author: Rebecca N. Palmer Forwarded: not-needed - done in #8870 Gbp-Pq: Name add_missing_test_references.patch --- statsmodels/tsa/stl/tests/results/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 statsmodels/tsa/stl/tests/results/__init__.py diff --git a/statsmodels/tsa/stl/tests/results/__init__.py b/statsmodels/tsa/stl/tests/results/__init__.py new file mode 100644 index 0000000..7a2d5e4 --- /dev/null +++ b/statsmodels/tsa/stl/tests/results/__init__.py @@ -0,0 +1 @@ +# do nothing - dpkg-source --commit can't handle empty files -- 2.30.2