Skip to content

Commit b8a7f4d

Browse files
committed
test: remove unused files [citest_skip]
We do not use molecule. The custom requirements are no longer needed. Remove py26 requirements Use ansible-core - much smaller than ansible Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 87b9e46 commit b8a7f4d

6 files changed

Lines changed: 2 additions & 79 deletions
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# SPDX-License-Identifier: MIT
22

33
# ansible and dependencies for all supported platforms
4-
ansible ; python_version > "2.6"
5-
idna<2.8 ; python_version < "2.7"
6-
PyYAML<5.1 ; python_version < "2.7"
4+
ansible-core ; python_version > "2.6"

custom_requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

molecule/default/Dockerfile.j2

Lines changed: 0 additions & 28 deletions
This file was deleted.

molecule/default/molecule.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

molecule_extra_requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

pytest_extra_requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
# If you need mock then uncomment the following line:
77
mock ; python_version < "3.0"
88
# ansible and dependencies for all supported platforms
9-
ansible ; python_version > "2.6"
10-
idna<2.8 ; python_version < "2.7"
9+
ansible-core ; python_version > "2.6"

0 commit comments

Comments
 (0)