From 40dbf12669537bd17c40c63b08c5f15a04edbd49 Mon Sep 17 00:00:00 2001 From: Benedikt Daurer Date: Fri, 13 Dec 2024 18:27:13 +0000 Subject: [PATCH] Include accelerate base tests by default --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d3493bce4..3f4b0c9b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ testpaths = [ "test/ptyscan_tests", "test/template_tests", "test/util_tests", + "test/accelerate_tests/base_tests" ] # this is all BETA according to setuptools