Author: Diane Trout <diane@ghic.org>
Description: The package's test data is tiny, to make
 running the autopkgtests easier for the CI infrastructure,
 let's just ship the files.
Forwarded: no

--- a/setup.py
+++ b/setup.py
@@ -83,7 +83,17 @@
         - And include any *.msg files found in
           the 'hello' package, too:
     """
-    return {}
+    return {
+        "skmisc.loess.tests": [
+            "co2_data"
+            "co2_results_double",
+            "co2_results_real",
+            "gas_data",
+            "gas_result",
+            "madeup_data",
+            "madeup_result"
+        ]
+    }
 
 
 def generate_cython():
