diff --git a/pytest-7.4.4.tar.gz b/pytest-7.4.4.tar.gz deleted file mode 100644 index 4a0177d032a5d7abc0f70a64fc6c4a665f128a9a..0000000000000000000000000000000000000000 Binary files a/pytest-7.4.4.tar.gz and /dev/null differ diff --git a/pytest-8.3.3.tar.gz b/pytest-8.3.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c5e1a93d2631a146c4bdffb2ba16dd701738b50e Binary files /dev/null and b/pytest-8.3.3.tar.gz differ diff --git a/pytest.spec b/pytest.spec index b79d23c30f5dacc7d0fa5e4734f87ea4def6ccce..229cee28c5e815eb6358b45427fbdb0d2248f88a 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,10 +1,10 @@ Name: pytest -Version: 7.4.4 +Version: 8.3.3 Release: 1 Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org -Source0: https://files.pythonhosted.org/packages/80/1f/9d8e98e4133ffb16c90f3b405c43e38d3abb715bb5d7a63a5a684f7e46a3/%{name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/8b/6c/62bbd536103af674e227c41a8f3dcd022d591f6eed5facb5a0f31ee33bbc/%{name}-%{version}.tar.gz %bcond_with tests %bcond_with optional_tests @@ -129,6 +129,14 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %changelog +* Mon Oct 21 2024 Dongxing Wang - 8.3.3-1 +- Update package to version 8.3.3 + Added [--xfail-tb]{.title-ref} flag, which turns on traceback output for XFAIL results. + Added support for keyword matching in marker expressions. + Added --no-fold-skipped command line option. + Support for Python 3.13 (beta1 at the time of writing). + Added the new consider_namespace_packages{.interpreted-text role="confval"} configuration option + * Tue Mar 5 2024 Dongxing Wang - 7.4.4-1 - Update package with version 7.4.4 Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.