mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +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
|