Migrate to 6.4

This commit is contained in:
José Antonio Díaz Miralles 2022-09-19 12:56:36 +02:00
parent 8a21cc6d4a
commit 7da35a38ee
4 changed files with 3 additions and 9 deletions

View File

@ -122,6 +122,6 @@ setup(name=name,
stock_location_notebook = trytond.modules.stock_location_notebook
""",
test_suite='tests',
test_loader='trytond.test_loader:Loader',
tests_require=tests_require,
)

View File

@ -1,3 +1,2 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from .test_location import suite

View File

@ -1,7 +1,5 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
import unittest
import trytond.tests.test_tryton
from trytond.tests.test_tryton import ModuleTestCase
@ -13,7 +11,4 @@ class LocationTestCase(ModuleTestCase):
super(LocationTestCase, self).setUp()
def suite():
suite = trytond.tests.test_tryton.suite()
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(LocationTestCase))
return suite
del ModuleTestCase

View File

@ -1,5 +1,5 @@
[tryton]
version=6.0.0
version=6.4.0
depends:
ir
res