Skip to content

Commit 26240a1

Browse files
committed
remove python 2 support and unused packages from unit folder
1 parent 5fa4a2e commit 26240a1

22 files changed

Lines changed: 16 additions & 507 deletions

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,14 @@ Tested Ansible versions:
7373
- devel
7474

7575
Tested Python versions:
76-
- 3.6
77-
- 3.7
78-
- 3.8
7976
- 3.9
8077
- 3.10
8178
- 3.11
8279
- 3.12
8380
- 3.13
8481

82+
Support for Python 2 has been dropped. The minimum required Python version is 3.9.
83+
8584
Due to SAP licensing and hardware requirements, integration tests are momentarily not feasible.
8685
The modules are tested manually against SAP systems until we found a solution or have some
8786
modules where we are able to execute integration test we decided to disable these tests.

tests/unit/compat/__init__.py

Whitespace-only changes.

tests/unit/compat/builtins.py

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

tests/unit/compat/mock.py

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

tests/unit/compat/unittest.py

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

tests/unit/mock/__init__.py

Whitespace-only changes.

tests/unit/mock/loader.py

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

tests/unit/mock/path.py

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

tests/unit/mock/procenv.py

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

0 commit comments

Comments
 (0)