- update to 0.6.0:

* Add checks for test id length and content
  * Allow _, - and . in test id
  * Prevent duplicate test names
  * Enable mypy
  * Replace flake8 with ruff

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-plus?expand=0&rev=6
This commit is contained in:
2023-11-07 19:57:24 +00:00
committed by Git OBS Bridge
parent 2e6c3e07ab
commit f2c0478d14
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:750ed025dec22cff1c5a6f693ebfcd7d444b5fc4866b40513187e5ce96ff1f98
size 9987

3
pytest-plus-0.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c7b64c6d219a6c12a635385530c9771b97b587541636c072135aa592282849c
size 12795

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 7 19:56:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.6.0:
* Add checks for test id length and content
* Allow _, - and . in test id
* Prevent duplicate test names
* Enable mypy
* Replace flake8 with ruff
-------------------------------------------------------------------
Wed May 10 07:53:52 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-plus
Version: 0.4.0
Version: 0.6.0
Release: 0
Summary: Extension for pytest to enforce minimum tests pass
License: MIT