[TEST] payment_acquirer_paypal, ogone: commented import of tests, because they should not run without having acquirer data configured. Also set website_payment as inactive to avoid having it installed by default on runbot.

bzr revid: tde@openerp.com-20131126145112-1sqoxj4vtwbd3xzw
This commit is contained in:
Thibault Delavallée 2013-11-26 15:51:12 +01:00
parent 2abe5f3139
commit b1cbcb5f2b
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from . import test_ogone
# from . import test_ogone
checks = [
test_ogone,
# test_ogone,
]

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from . import test_paypal
# from . import test_paypal
checks = [
test_paypal,
# test_paypal,
]

View File

@ -38,4 +38,5 @@
'views/website_payment_templates.xml',
],
'installable': True,
'active': False,
}