diff --git a/pytest-8.3.3.tar.gz b/pytest-8.3.3.tar.gz deleted file mode 100644 index c5e1a93d2631a146c4bdffb2ba16dd701738b50e..0000000000000000000000000000000000000000 Binary files a/pytest-8.3.3.tar.gz and /dev/null differ diff --git a/pytest-8.3.5.tar.gz b/pytest-8.3.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b0a053f75181848ece0be23321a7fa926eb235d4 Binary files /dev/null and b/pytest-8.3.5.tar.gz differ diff --git a/pytest.spec b/pytest.spec index 229cee28c5e815eb6358b45427fbdb0d2248f88a..c3bbd29c3ee053621ef1f79749569337537dfbdc 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,10 +1,10 @@ Name: pytest -Version: 8.3.3 +Version: 8.3.5 Release: 1 Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org -Source0: https://files.pythonhosted.org/packages/8b/6c/62bbd536103af674e227c41a8f3dcd022d591f6eed5facb5a0f31ee33bbc/%{name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40/pytest-8.3.5.tar.gz %bcond_with tests %bcond_with optional_tests @@ -129,6 +129,18 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %changelog +* Thu May 15 2025 Dongxing Wang - 8.3.5-1 +- Update package to version 8.3.5 + Added dedicated page about using types with pytest + Fixed issue where sequences were still being shortened even with -vv verbosity + Fixed broken input when using Python 3.13+ and a libedit build of Python + Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib + Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib + Fixed issue where pytest could crash if one of the collected directories got removed during collection + Fixed KeyError{.interpreted-text role="class"} crash when using --import-mode=importlib + Assertion rewriting now preserves the source ranges of the original instructions + pytest.approx{.interpreted-text role="func"} now uses strict equality when given booleans. + * 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.