Skip to content

Commit

Permalink
[TO RMV] add test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asierneiradev committed Nov 25, 2022
1 parent 9c375ff commit 7417f30
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion connector/tests/test_advisory_lock.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2017 Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)

import mock
from unittest import mock

from odoo import api
from odoo.modules.registry import Registry
Expand Down
2 changes: 1 addition & 1 deletion connector/tests/test_listener.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2017 Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)

import mock
from unittest import mock

from odoo.tools import frozendict

Expand Down
2 changes: 1 addition & 1 deletion connector/tests/test_locker.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2018 Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

import mock
from unittest import mock

from odoo import api
from odoo.modules.registry import Registry
Expand Down
2 changes: 1 addition & 1 deletion connector/tests/test_mapper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2013 Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)

import mock
from unittest import mock

from odoo.addons.component.core import Component, WorkContext
from odoo.addons.component.tests.common import TransactionComponentRegistryCase
Expand Down
3 changes: 3 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
odoo-addon-queue_job @ git+https://github.com/OCA/queue@refs/pull/460/head#subdirectory=setup/queue_job
odoo-addon-component @ git+https://github.com/OCA/connector@refs/pull/441/head#subdirectory=setup/component
odoo-addon-component_event @ git+https://github.com/OCA/connector@refs/pull/443/head#subdirectory=setup/component_event
2 changes: 1 addition & 1 deletion test_connector/tests/test_related_action_binding.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2013-2017 Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)

import mock
from unittest import mock

from odoo.exceptions import UserError

Expand Down

0 comments on commit 7417f30

Please sign in to comment.