mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Also replace ${PYTHON_PN} with python3
* Sort all REDEPENDS alphabetically
* Drop trailing whitespace
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
4 lines
104 B
Bash
4 lines
104 B
Bash
#!/bin/sh
|
|
|
|
pytest --benchmark-disable -vv --minimal-messages-config --automake tests/test_functional.py
|