rest-framework
rest-framework copied to clipboard
[16.0] Update project template
- Uses ruff to check and format code
- Uses pyproject.toml files in addition to the setup directory
Hi @sbidoul, some modules you are maintaining are being modified, check this out!
/ocabot merge nobump
Hey, thanks for contributing! Proceeding to merge this for you. Prepared branch 16.0-ocabot-merge-pr-394-by-lmignon-bump-nobump, awaiting test results.
@lmignon The merge process could not be finalized, because command /tmp/tmpxs3yqwv4/bin/python -m build --wheel --outdir /tmp/tmp57pc8dqk --no-isolation failed with output:
Could not import runpy module
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 14, in <module>
import importlib.machinery # importlib first so we can test #15386 via -m
File "/usr/lib/python3.8/importlib/__init__.py", line 57, in <module>
import types
File "/tmp/tmphocqur8f/graphql_base/types.py", line 4, in <module>
import graphene
ModuleNotFoundError: No module named 'graphene'
Weird error. I'll look into this.
It's a PYTHONPATH issue creating confusion because import types unexpectedly imports types.py at the root of the graphql_base addon. I'll investigate. It might be a bug in build, not sure.
Should be fixed when https://github.com/OCA/oca-github-bot/pull/270 is deployed.
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.