Accepting request 881221 from home:jayvdb:branches:devel:languages:python:pytest

Depends on https://build.opensuse.org/request/show/881190

- Disabled Python 2 packages due to Python 2 only dependencies
- Disabled sdist test which requires pypi.org network access
- Update to v2021.3.24

OBS-URL: https://build.opensuse.org/request/show/881221
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-helpers-namespace?expand=0&rev=9
This commit is contained in:
2021-03-25 07:55:52 +00:00
committed by Git OBS Bridge
parent 667a8e7cf0
commit 7af68e1817
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 24 17:57:35 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Disabled Python 2 packages due to Python 2 only dependencies
- Disabled sdist test which requires pypi.org network access
- Update to v2021.3.24
* Switched project to a ``src`` layout.
* Switched project to a declarative setuptools approach
* Added support to check if a helper has been registered
-------------------------------------------------------------------
Tue Feb 18 11:10:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>