Skip to content

Commit

Permalink
Merge pull request #1997 from kshtsk/wip-exclude-tests-from-wheel
Browse files Browse the repository at this point in the history
setup.cfg: exclude tests from wheel package
  • Loading branch information
zmc authored Aug 26, 2024
2 parents 4d4c5e3 + 03c352a commit cf5021f
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 cf5021f

Please sign in to comment.