Accepting request 1124082 from devel:languages:python:pytest
- update to 3.12.0: * Added support for Python 3.12. * Dropped support for EOL Python 3.7. * ``mocker.resetall()`` now also resets mocks created by ``mocker.create_autospec`` (`#390`_). - add upstream patch to test with pytest5 - fix_tests.patch OBS-URL: https://build.opensuse.org/request/show/1124082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-mock?expand=0&rev=25
This commit is contained in:
commit
803048204c
BIN
pytest-mock-3.11.1.tar.gz
(Stored with Git LFS)
BIN
pytest-mock-3.11.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pytest-mock-3.12.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest-mock-3.12.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 19:35:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.12.0:
|
||||||
|
* Added support for Python 3.12.
|
||||||
|
* Dropped support for EOL Python 3.7.
|
||||||
|
* ``mocker.resetall()`` now also resets mocks created by
|
||||||
|
``mocker.create_autospec`` (`#390`_).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 24 19:10:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Jul 24 19:10:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,12 +18,13 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pytest-mock
|
Name: python-pytest-mock
|
||||||
Version: 3.11.1
|
Version: 3.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thin-wrapper around the mock package for easier use with pytest
|
Summary: Thin-wrapper around the mock package for easier use with pytest
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/pytest-dev/pytest-mock
|
URL: https://github.com/pytest-dev/pytest-mock
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-mock/pytest-mock-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pytest-mock/pytest-mock-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module pytest >= 5}
|
BuildRequires: %{python_module pytest >= 5}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module py}
|
BuildRequires: %{python_module py}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user