]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
setup.cfg: exclude tests from packaging 1997/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Sun, 4 Aug 2024 13:12:42 +0000 (15:12 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 14 Aug 2024 23:47:05 +0000 (01:47 +0200)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
setup.cfg

index 63b61106a23ea986a9c424a1720eca897cbe5235..ce8979c8e22e0f93ad49dfbf4ef2bd0d17f6983a 100644 (file)
--- 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