diff options
author | Andrew Klychkov <aklychko@redhat.com> | 2021-03-03 10:13:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 09:13:20 +0000 |
commit | c4162150ceb5e5cedf1bd3a417ea33017c37930b (patch) | |
tree | aa12e2c57d19ad31c78c40f87f0caaf4aca6af29 | |
parent | a0b3307a6e10b557e63a1933c636cd17a70cc146 (diff) | |
download | vyos-ansible-old-c4162150ceb5e5cedf1bd3a417ea33017c37930b.tar.gz vyos-ansible-old-c4162150ceb5e5cedf1bd3a417ea33017c37930b.zip |
Remove tests/sanity/requirements.txt (#128)
Remove tests/sanity/requirements.txt
Reviewed-by: Andrew Klychkov <aklychko@redhat.com>
https://github.com/Andersson007
-rw-r--r-- | changelogs/fragments/128-remove_tests_sanity_requirements.yml | 3 | ||||
-rw-r--r-- | tests/sanity/requirements.txt | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/changelogs/fragments/128-remove_tests_sanity_requirements.yml b/changelogs/fragments/128-remove_tests_sanity_requirements.yml new file mode 100644 index 0000000..9f1b739 --- /dev/null +++ b/changelogs/fragments/128-remove_tests_sanity_requirements.yml @@ -0,0 +1,3 @@ +--- +trivial: + - sanity tests - remove unnecessary requirements.txt file (https://github.com/ansible-collections/overview/issues/43). diff --git a/tests/sanity/requirements.txt b/tests/sanity/requirements.txt deleted file mode 100644 index 3e3a966..0000000 --- a/tests/sanity/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -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+ |