meta-openembedded/meta-python/recipes-devtools/python/python3-gunicorn/run-ptest
Tim Orling 10c10c68b7
python3-gunicorn: switch to pytest --automake
* Also replace ${PYTHON_PN} with python3

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-16 16:42:34 -08:00

8 lines
211 B
Bash

#!/bin/sh
# there needs to be something in /etc/resolv.conf for the gunicorn
# ptests to work, so make sure there's at least one nameserver line
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
pytest --automake