diff options
author | Matt Clay <matt@mystile.com> | 2019-08-07 16:13:28 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-08-07 18:34:26 +0200 |
commit | 278044358c9df08f424a459df3a686929659a978 (patch) | |
tree | e30ff8570e476cac5b5f1593d15e96da810a3d2d /test/sanity/requirements.txt | |
parent | Relocate validate-modules for easier testing. (#60214) (diff) | |
download | ansible-278044358c9df08f424a459df3a686929659a978.tar.xz ansible-278044358c9df08f424a459df3a686929659a978.zip |
Split up ansible-test sanity test requirements.
Diffstat (limited to 'test/sanity/requirements.txt')
-rw-r--r-- | test/sanity/requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/sanity/requirements.txt b/test/sanity/requirements.txt new file mode 100644 index 0000000000..3e3a96692b --- /dev/null +++ b/test/sanity/requirements.txt @@ -0,0 +1,4 @@ +packaging # needed for update-bundled and changelog +sphinx ; python_version >= '3.5' # docs build requires python 3+ +sphinx-notfound-page ; python_version >= '3.5' # docs build requires python 3+ +straight.plugin ; python_version >= '3.5' # needed for hacking/build-ansible.py which will host changelog generation and requires python 3+ |