mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-31 03:45:41 +00:00
63ebdf7e98ed07a1362d15b066734a14b9d41905
The PyPI sdist ships no tests/ directory at all, so ptest had nothing to run from it (pytest exits 5, "no tests collected"). Fetch the matching git tag instead, which does include tests/, mirroring python3-pydantic's fetch pattern. Also set asyncio_mode=auto via a ptest-local pytest.ini: tests/test_adapter_deprecation.py has plain "async def" tests with no @pytest.mark.asyncio marker; they rely on upstream's pyproject.toml setting asyncio_mode=auto, which isn't shipped into the ptest package. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <raj.khem@gmail.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Languages
BitBake
86.2%
Shell
5.9%
C
2.8%
Roff
1.9%
NASL
1.7%
Other
1.3%