From 99d18a6bc1a915ef5f07116e0fe684f56825a165 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Wed, 21 Mar 2018 11:36:17 +0800 Subject: python-pytest: 3.4.1 -> 3.4.2 1.Upgrade python-pytest from 3.4.1 to 3.4.2. 2.Modify pytest_version_fix.patch, since the data has been changed. Signed-off-by: Huang Qiyu --- .../recipes-devtools/python/python-pytest/pytest_version_fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-pytest') diff --git a/meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch b/meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch index 908f862b52..b373d93e8f 100644 --- a/meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch +++ b/meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch @@ -36,7 +36,7 @@ Index: pytest-3.2.2/setup.py + return version_match.group(1) + raise RuntimeError("Unable to find version string.") - def has_environment_marker_support(): + def get_environment_marker_support_level(): """ @@ -59,9 +72,7 @@ def main(): name='pytest', -- cgit 1.2.3-korg