summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-08-06 17:17:57 -0700
committerGitHub <noreply@github.com>2019-08-06 17:17:57 -0700
commit18867847f43190df1b12f692f410d0f9e17cda82 (patch)
tree6c41337d14aa44ee9c8590d630e46c6e5bb48e2b /MANIFEST.in
parent709a8c502672a388cb09552f81497d371b2623c8 (diff)
downloadansible-18867847f43190df1b12f692f410d0f9e17cda82.tar.gz
Split up "code smell" sanity tests. (#60174)
* Relocate ansible-only sanity tests. * Get "code smell" sanity tests from multiple dirs. - `test/lib/ansible_test/_data/sanity/code-smell/` - General purpose tests used for both Ansible and Ansible Collections. - `test/sanity/code-smell/` - Tests specific to Ansible, will not be used for Ansible Collections.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b255249608..137483fa0e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -23,6 +23,6 @@ include MANIFEST.in
include changelogs/CHANGELOG*.rst
include contrib/README.md
recursive-include contrib/inventory *
-exclude test/lib/ansible_test/_data/sanity/code-smell/botmeta.*
+exclude test/sanity/code-smell/botmeta.*
recursive-include hacking/build_library *.py
include hacking/build-ansible.py