summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.15.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest-asyncio: upgrade 0.15.1 -> 0.16.0zangrc2021-10-281-14/+0
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pytest-asyncio: Upgrade 0.14.0 -> 0.15.1Leon Anavi2021-04-261-0/+14
Upgrade to release 0.15.1: - Hotfix for errors while closing event loops while replacing them. - Add support for Python 3.9 - Abandon support for Python 3.5. If you still require support for Python 3.5, please use pytest-asyncio v0.14 or earlier. - Set unused_tcp_port_factory fixture scope to 'session'. - Properly close event loops when replacing them. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>