summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytest
Commit message (Collapse)AuthorAgeFilesLines
* python-pytest: 3.4.1 -> 3.4.2Huang Qiyu2018-03-291-1/+1
| | | | | | | 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 <huangqy.fnst@cn.fujitsu.com>
* python-pytest: update to version 3.3.1Derek Straka2017-12-271-6/+9
| | | | | | | Update RDEPENDS for latest version Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pytest: fix egg version of packageArmin Kuster2017-10-151-0/+51
| | | | | | | | | | | commit "python-pytest: remove fetch during do_compile phase" removed the ability of the package to version it self correctly. The version ended up as 0.0.0 which causes runtime version checking. This fixed that issues. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pytest: remove fetch during do_compile phaseDerek Straka2017-07-141-0/+29
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>