On Fri, Nov 27, 2020 at 8:24 PM Tim Orling <[email protected]> wrote:
>
> From: Tim Orling <[email protected]>
>
> We are increasingly needing pytest in oe-core, so it is time to move it
> from meta-python.
>
> This series first imports the recipes -- as-is -- from meta-python.
> Second, the maintainers.inc is updated to add myself as maintainer for all
> the new recipes.
> Third, the two recipes that have stable updates are updated to their
> latest releases.
> Finally, a fix caught during ptest runs is added for RDEPENDS for
> pytest.
>
> This was built on 'nodistro' with only openembedded-core and tested on
> qemux86-64. All the new recipes that have ptests pass all tests.
>

thanks, this series looks good to me. I think we should also bring in
sortedcontainers and sortedcontainers
while you are here, this will help testing python-numpy and adding
ptests for it.


> The following changes since commit 6e3785a3f1f3cf68f5fe101cd6bebe91db165973:
>
>   uninative: Don't use single sstate for pseudo-native (2020-11-24 15:53:04 
> +0000)
>
> are available in the Git repository at:
>
>   git://git.openembedded.org/openembedded-core-contrib 
> timo/add-pytest-to-oe-core
>   
> http://cgit.openembedded.org/openembedded-core-contrib/log/?h=timo/add-pytest-to-oe-core
>
> For convenience, the same series is also available at the Git repository
> at:
>
>  git://git.yoctoproject.org/poky-contrib timo/move-pytest-to-core
>  
> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=timo/move-pytest-to-core
>
> Tim Orling (18):
>   python3-atomicwrites: move from meta-python
>   python3-attrs: move from meta-python
>   python3-iniconfig: move from meta-python
>   python3-more-itertools: move from meta-python
>   python3-pathlib2: move from meta-python
>   python3-toml: move from meta-python
>   python3-py: move from meta-python
>   python3-setuptools-scm: move from meta-python
>   python3-packaging: move from meta-python
>   python3-wcwidth: move from meta-python
>   python3-zipp: move from meta-python
>   python3-importlib-metadata: move from meta-python
>   python3-pluggy: move from meta-python
>   python3-pytest: move from meta-python
>   maintainers.inc: add self for new pytest packages
>   python3-more-itertools: upgrade 8.5.0 -> 8.6.0
>   python3-importlib-metadata: upgrade 2.0.0 to 3.1.0
>   python3-pytest: RDEPENDS on python3-toml
>
>  meta/conf/distro/include/maintainers.inc      | 14 +++++++
>  .../python/python3-atomicwrites/run-ptest     |  3 ++
>  .../python/python3-atomicwrites_1.4.0.bb      | 25 ++++++++++++
>  .../python/python3-attrs_20.3.0.bb            | 20 ++++++++++
>  .../python3-importlib-metadata_3.1.0.bb       | 18 +++++++++
>  .../python/python3-iniconfig_1.1.1.bb         |  9 +++++
>  .../python/python3-more-itertools/run-ptest   |  3 ++
>  .../python/python3-more-itertools_8.6.0.bb    | 23 +++++++++++
>  .../python/python3-packaging_20.4.bb          | 14 +++++++
>  .../python/python3-pathlib2_2.3.5.bb          | 13 +++++++
>  .../python/python3-pluggy/run-ptest           |  3 ++
>  .../python/python3-pluggy_0.13.1.bb           | 27 +++++++++++++
>  .../python/python3-py_1.9.0.bb                | 15 +++++++
>  ...he-setup_requires-for-setuptools-scm.patch | 39 +++++++++++++++++++
>  .../python/python3-pytest_6.1.2.bb            | 39 +++++++++++++++++++
>  .../python/python3-setuptools-scm_4.1.2.bb    | 21 ++++++++++
>  .../python/python3-toml_0.10.2.bb             | 15 +++++++
>  .../python/python3-wcwidth/run-ptest          |  3 ++
>  .../python/python3-wcwidth_0.2.5.bb           | 25 ++++++++++++
>  .../python/python3-zipp_3.4.0.bb              | 19 +++++++++
>  20 files changed, 348 insertions(+)
>  create mode 100644 
> meta/recipes-devtools/python/python3-atomicwrites/run-ptest
>  create mode 100644 meta/recipes-devtools/python/python3-atomicwrites_1.4.0.bb
>  create mode 100644 meta/recipes-devtools/python/python3-attrs_20.3.0.bb
>  create mode 100644 
> meta/recipes-devtools/python/python3-importlib-metadata_3.1.0.bb
>  create mode 100644 meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb
>  create mode 100644 
> meta/recipes-devtools/python/python3-more-itertools/run-ptest
>  create mode 100644 
> meta/recipes-devtools/python/python3-more-itertools_8.6.0.bb
>  create mode 100644 meta/recipes-devtools/python/python3-packaging_20.4.bb
>  create mode 100644 meta/recipes-devtools/python/python3-pathlib2_2.3.5.bb
>  create mode 100644 meta/recipes-devtools/python/python3-pluggy/run-ptest
>  create mode 100644 meta/recipes-devtools/python/python3-pluggy_0.13.1.bb
>  create mode 100644 meta/recipes-devtools/python/python3-py_1.9.0.bb
>  create mode 100644 
> meta/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
>  create mode 100644 meta/recipes-devtools/python/python3-pytest_6.1.2.bb
>  create mode 100644 
> meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
>  create mode 100644 meta/recipes-devtools/python/python3-toml_0.10.2.bb
>  create mode 100644 meta/recipes-devtools/python/python3-wcwidth/run-ptest
>  create mode 100644 meta/recipes-devtools/python/python3-wcwidth_0.2.5.bb
>  create mode 100644 meta/recipes-devtools/python/python3-zipp_3.4.0.bb
>
> --
> 2.25.0
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145038): 
https://lists.openembedded.org/g/openembedded-core/message/145038
Mute This Topic: https://lists.openembedded.org/mt/78561666/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to