summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-pytest: upgrade 3.4.2 -> 5.1.1Yuan Chao2019-08-291-4/+0
| | | | | | | | | | | Refresh patch: 0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch Remove patch: pytest_version_fix.patch since this is not used. License update: Copyright year updated to 2019 Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytest: Fix conflict error as following:leimaohui2018-06-201-0/+2
| | | | | | | | file /usr/bin/py.test conflicts between attempted installs of python3-pytest-3.4.2-r0 and python-pytest-3.4.2-r0 file /usr/bin/pytest conflicts between attempted installs of python3-pytest-3.4.2-r0 and python-pytest-3.4.2-r0 Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest: fix broken fetch (3.4.1 -> 3.4.2)Tim Orling2018-03-301-0/+2
Fixes: 99d18a6bc1a915ef5f07116e0fe684f56825a165 In above commit, only the python2 recipe was updated, but python3 recipe also uses the SRC_URI from python-pytest.inc and is currently broken (do_fetch). Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>