summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-metadata_3.1.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest-metadata: Upgrade to 3.1.1Khem Raj2025-12-221-0/+19
pytest-metadata version 2.0.2 has a bug where it tries to access py.__version__, but the py library version 1.11.0 removed the __version__ attribute. This is a known incompatibility. Switch to hatching build backend Signed-off-by: Khem Raj <raj.khem@gmail.com>