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_apt
|
||||
test_apt_repository
|
||||
test_assemble
|
||||
test_authorized_key
|
||||
test_filters
|
||||
|
@ -7,11 +8,7 @@ test_gem
|
|||
test_git
|
||||
test_hg
|
||||
test_lookups
|
||||
test_mysql_db
|
||||
test_mysql_user
|
||||
test_mysql_variables
|
||||
test_pip
|
||||
test_postgresql
|
||||
test_service
|
||||
test_subversion
|
||||
test_synchronize
|
||||
|
|
Loading…
Reference in a new issue