mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Enable more tests that pass on python 3. (#17471)
* Enable more tests that pass on python 3. * Disable test_apt_repository for python 3.
This commit is contained in:
parent
eb26616b09
commit
a1947401ba
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
test_apache2_module
|
test_apache2_module
|
||||||
test_apt
|
test_apt
|
||||||
|
test_apt_repository
|
||||||
test_assemble
|
test_assemble
|
||||||
test_authorized_key
|
test_authorized_key
|
||||||
test_filters
|
test_filters
|
||||||
|
@ -7,11 +8,7 @@ test_gem
|
||||||
test_git
|
test_git
|
||||||
test_hg
|
test_hg
|
||||||
test_lookups
|
test_lookups
|
||||||
test_mysql_db
|
|
||||||
test_mysql_user
|
|
||||||
test_mysql_variables
|
|
||||||
test_pip
|
test_pip
|
||||||
test_postgresql
|
|
||||||
test_service
|
test_service
|
||||||
test_subversion
|
test_subversion
|
||||||
test_synchronize
|
test_synchronize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue