From f0da22da7eee884e42574771ded9970c8e277069 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Mon, 25 May 2020 14:43:17 +0300 Subject: [PATCH] Remove unnecessary requirements file for reference: https://github.com/ansible-collections/overview/issues/43 Change-Id: I0136b4d173cb7e1d45a2b4535d8772c68f8d5783 --- tests/sanity/requirements.txt | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/sanity/requirements.txt diff --git a/tests/sanity/requirements.txt b/tests/sanity/requirements.txt deleted file mode 100644 index 3e3a9669..00000000 --- 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+