From: Kyr Shatskyy Date: Sun, 4 Aug 2024 13:12:42 +0000 (+0200) Subject: setup.cfg: exclude tests from packaging X-Git-Tag: 1.2.1^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=03c352aab63537bfbc05a624da0ba57618fedd08;p=teuthology.git setup.cfg: exclude tests from packaging Signed-off-by: Kyr Shatskyy --- diff --git a/setup.cfg b/setup.cfg index 63b61106a2..ce8979c8e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -137,5 +137,15 @@ teuthology.task.install = teuthology.task.internal = edit_sudoers.sh +[options.packages.find] +exclude = + teuthology.test + teuthology.test.* + teuthology.lock.test + teuthology.task.tests + teuthology.openstack.test + teuthology.orchestra.test + teuthology.orchestra.test.* + [flake8] max-line-length = 100