Skip to content
Snippets Groups Projects
Commit 7384c6e3 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

use OCA odoorpc again as it now contains a fix for 3.10 compat

parent de2f4eeb
No related branches found
No related tags found
1 merge request!120use OCA odoorpc again as it now contains a fix for 3.10 compat
......@@ -7,6 +7,8 @@
docker_dev_start: Set the VERSION and SENTRY_RELEASE environment variable. Useful when there is a module displaying their value.
odoorpc merged a fix for the python 3.10 compatibility, so update the requirements accordingly.
16.5.1
------
......
......@@ -47,7 +47,7 @@
deps =
coverage[toml]
pytest
py310: git+https://github.com/xcgd/odoorpc@fix-oca-issue-66#egg=odoorpc
py310: git+https://github.com/oca/odoorpc@master#egg=odoorpc
commands = coverage run -m pytest --junitxml=report.{envname}.xml {posargs}
[testenv:coverage-report]
......
# This includes the requirements for all extras
git+https://github.com/xcgd/odoorpc@fix-oca-issue-66#egg=odoorpc
git+https://github.com/oca/odoorpc@master#egg=odoorpc
requests_toolbelt==0.8.0
python-dateutil>=2.7.0
PyYAML
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment