forked from pool/python-pytest-skip-markers
- update to 1.5.1:
* Bug Fixes - Also capture stderr so that no errors are seen on
console when checking for FIPS support
* Don't set the config value twice for the same marker
* Update copyright headers
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-skip-markers?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d71d74d689875ee638331c3b5b429aa6d48c7a4b1c2cba0f20a963f8f3736583
|
|
||||||
size 74992
|
|
||||||
3
pytest-skip-markers-1.5.1.tar.gz
Normal file
3
pytest-skip-markers-1.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b208b6b804a320691f9e3a0d0721345a8710b9791c4324499294b6a8e4b0e82b
|
||||||
|
size 75042
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 5 17:26:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.5.1:
|
||||||
|
* Bug Fixes - Also capture stderr so that no errors are seen on
|
||||||
|
console when checking for FIPS support
|
||||||
|
* Don't set the config value twice for the same marker
|
||||||
|
* Update copyright headers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 4 11:23:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Dec 4 11:23:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-skip-markers
|
# spec file for package python-pytest-skip-markers
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pytest-skip-markers
|
Name: python-pytest-skip-markers
|
||||||
Version: 1.5.0
|
Version: 1.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin for conditionally skipping tests
|
Summary: Pytest plugin for conditionally skipping tests
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user