mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Python package description: Run the tests related to the unstaged files or the current branch (according to Git) More information: https://pypi.org/project/pytest-picked/ Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 lines
105 B
Bash
6 lines
105 B
Bash
#!/bin/sh
|
|
|
|
# need to explicitly call the correct fixture as of pytest 8.x
|
|
|
|
pytest -p pytester --automake
|