From 76fb2b0c18e428ccd94271618faed0985cf94303 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 6 Feb 2024 22:49:41 +0000 Subject: [PATCH] Exclude tests from builds --- python/pylibraft/pyproject.toml | 1 + python/raft-dask/pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/python/pylibraft/pyproject.toml b/python/pylibraft/pyproject.toml index 8a81061478..c2ae88fa35 100644 --- a/python/pylibraft/pyproject.toml +++ b/python/pylibraft/pyproject.toml @@ -107,6 +107,7 @@ build-dir = "build/{wheel_tag}" cmake.build-type = "Release" cmake.minimum-version = "3.26.4" ninja.make-fallback = true +sdist.exclude = ["*tests*"] sdist.reproducible = true wheel.packages = ["pylibraft"] diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml index 7c37ae9c06..8706cd22a0 100644 --- a/python/raft-dask/pyproject.toml +++ b/python/raft-dask/pyproject.toml @@ -107,6 +107,7 @@ build-dir = "build/{wheel_tag}" cmake.build-type = "Release" cmake.minimum-version = "3.26.4" ninja.make-fallback = true +sdist.exclude = ["*tests*"] sdist.reproducible = true wheel.packages = ["raft_dask"]