[IMP] base_import_odoo: Remove mock dependancy

pull/3200/head
Enric Tobella 2025-02-15 07:21:08 +01:00
parent 6ac12639a7
commit 300984c416
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Copyright 2017-2018 Therp BV <http://therp.nl>
# Copyright 2020 Hunki Enterprises BV <https://hunki-enterprises.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from mock import patch
from unittest.mock import patch
from odoo.tests.common import TransactionCase, tagged

View File

@ -1,4 +1,3 @@
cryptography==3.4.8; python_version < '3.12' # incompatibility between pyopenssl 19.0.0 and cryptography>=37.0.0
cryptography==42.0.8 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 42.0.8 for security fixes
odoo_test_helper
mock