summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_statistics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_statistics.py b/Lib/test/test_statistics.py
index 4068075..6f68edd 100644
--- a/Lib/test/test_statistics.py
+++ b/Lib/test/test_statistics.py
@@ -2446,6 +2446,7 @@ class TestKDE(unittest.TestCase):
for x in xarr:
self.assertAlmostEqual(invcdf(cdf(x)), x, places=5)
+ @support.requires_resource('cpu')
def test_kde_random(self):
kde_random = statistics.kde_random
StatisticsError = statistics.StatisticsError