diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-23 23:36:38 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-24 08:30:26 -0800 |
| commit | 47ce8529aba7effe5c6a16e069e19b2de99406f7 (patch) | |
| tree | 4fbcb263f7ba8fb90de08b77c13af22e6d62e9d3 /meta-python/recipes-devtools/python/python3-blinker_1.4.bb | |
| parent | 41457cc0a1ea1cb506a7fe86e70aff9ee8b1aad2 (diff) | |
| download | meta-openembedded-47ce8529aba7effe5c6a16e069e19b2de99406f7.tar.gz | |
python3-blinker: Migrate to use pytest instead of nose for testing
Nose wont work well with python 3.9+ anyway
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-blinker_1.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-blinker_1.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb b/meta-python/recipes-devtools/python/python3-blinker_1.4.bb index 397fdcfb05..08a961f938 100644 --- a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb +++ b/meta-python/recipes-devtools/python/python3-blinker_1.4.bb | |||
| @@ -8,12 +8,12 @@ SRC_URI[sha256sum] = "471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d6 | |||
| 8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
| 9 | 9 | ||
| 10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
| 11 | file://0001-use-pytest-instead-of-deprecated-nose.patch \ | ||
| 11 | file://run-ptest \ | 12 | file://run-ptest \ |
| 12 | " | 13 | " |
| 13 | 14 | ||
| 14 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
| 15 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
| 16 | ${PYTHON_PN}-nose \ | ||
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | do_install_ptest() { | 19 | do_install_ptest() { |
