- Update to 5.2.1:
* #5902: Fix warnings about deprecated cmp attribute in attrs>=19.2. * #1682: Passing arguments to pytest.fixture() as positional arguments is deprecated - pass them as a keyword argument instead. * #1682: The scope parameter of @pytest.fixture can now be a callable that receives the fixture name and the config object as keyword-only parameters. See the docs for more information. * #5764: New behavior of the --pastebin option: failures to connect to the pastebin server are reported, without failing the pytest run OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=45
This commit is contained in:
parent
1533b4f683
commit
18f37b7fca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc6620b96bc667a0c8d4fa592a8c9c94178a1bd6cc799dbb057dfd9286d31a31
|
||||
size 967092
|
3
pytest-5.2.1.tar.gz
Normal file
3
pytest-5.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0
|
||||
size 971744
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 14:13:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 5.2.1:
|
||||
* #5902: Fix warnings about deprecated cmp attribute in attrs>=19.2.
|
||||
* #1682: Passing arguments to pytest.fixture() as positional arguments is deprecated - pass them as a keyword argument instead.
|
||||
* #1682: The scope parameter of @pytest.fixture can now be a callable that receives the fixture name and the config object as keyword-only parameters. See the docs for more information.
|
||||
* #5764: New behavior of the --pastebin option: failures to connect to the pastebin server are reported, without failing the pytest run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 12:30:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
%define skip_python2 1
|
||||
Name: python-pytest%{psuffix}
|
||||
Version: 5.1.3
|
||||
Version: 5.2.1
|
||||
Release: 0
|
||||
Summary: Python testing tool with autodiscovery and detailed asserts
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user