Skip to content

Commit

Permalink
setup.cfg: exclude tests from packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
Kyr Shatskyy committed Aug 14, 2024
1 parent 67db276 commit 03c352a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 03c352a

Please sign in to comment.