forked from pool/python-pytest-skip-markers
- update to 1.5.0:
* Add a ``skip_on_fips_enabled_platform`` marker
* Improvements
* Stop using deprecated `@pytest.mark.trylast`
* Trivial/Internal Changes
* Several minor fixes & improvements:
* Update pre-commit hooks versions
* Update copyright headers
* Update workflows
* Breaking Changes
* Drop support for python versions older than 3.7
* Improvements
* Don't cache the functions in
`pytestskipmarkers.utils.platform`
- enable testsuite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-skip-markers?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ee7067afb42c1adde981278e588b0bae0634878607379e5012e461962646fd3
|
||||
size 81153
|
||||
3
pytest-skip-markers-1.5.0.tar.gz
Normal file
3
pytest-skip-markers-1.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d71d74d689875ee638331c3b5b429aa6d48c7a4b1c2cba0f20a963f8f3736583
|
||||
size 74992
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 11:23:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.5.0:
|
||||
* Add a ``skip_on_fips_enabled_platform`` marker
|
||||
* Improvements
|
||||
* Stop using deprecated `@pytest.mark.trylast`
|
||||
* Trivial/Internal Changes
|
||||
* Several minor fixes & improvements:
|
||||
* Update pre-commit hooks versions
|
||||
* Update copyright headers
|
||||
* Update workflows
|
||||
* Breaking Changes
|
||||
* Drop support for python versions older than 3.7
|
||||
* Improvements
|
||||
* Don't cache the functions in
|
||||
`pytestskipmarkers.utils.platform`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 18:28:55 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
@@ -14,25 +14,28 @@
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-pytest-skip-markers
|
||||
Version: 1.3.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Pytest plugin for conditionally skipping tests
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/saltstack/pytest-skip-markers
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-skip-markers/pytest-skip-markers-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module devel >= 3.7}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 50.3.2}
|
||||
BuildRequires: %{python_module setuptools-declarative-requirements}
|
||||
BuildRequires: %{python_module setuptools_scm >= 3.4}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module attrs >= 19.2.0}
|
||||
BuildRequires: %{python_module distro}
|
||||
BuildRequires: %{python_module pytest >= 6.0.0}
|
||||
BuildRequires: %{python_module pyfakefs}
|
||||
BuildRequires: %{python_module pytest >= 6.0.0}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-attrs >= 19.2.0
|
||||
|
||||
Reference in New Issue
Block a user