You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use this template for our repositories, but we have realized that by requiring dependencies on modules not uploaded in OCA, it reports an error in the tests.
Is there a way for the tests to check if the requested package exists on Pypi.org?
It is the platform on which we are uploading our own modules.
Error:
+ pip install -r test-requirements.txt -c test-constraints.txt
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Looking in indexes: https://wheelhouse.odoo-community.org/oca-simple-and-pypi
ERROR: Could not find a version that satisfies the requirement odoo-addon-module<17.1dev,>=17.0dev (from versions: none)
ERROR: No matching distribution found for odoo-addon-module<17.1dev,>=17.0dev
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
We currently use this template for our repositories, but we have realized that by requiring dependencies on modules not uploaded in OCA, it reports an error in the tests.
Is there a way for the tests to check if the requested package exists on Pypi.org?
It is the platform on which we are uploading our own modules.
Error:
Thank you!
The text was updated successfully, but these errors were encountered: