1ba420a13d
- update to 5.1.0: * Added support for multiline docstrings * Fixed case for class names * Fixed output for test with parametrize markers * Updated information about documentation page * Drop support for Python 3.8 * Drop support for pytest 3.9.3 * Added support for Python 3.13 * Added support for pytest 8.4.0 * Migrate project to use uv application * Update pre-commit hooks * Fixed case when parametrization arguments were ignored
Dirk Mueller2025-09-29 21:25:02 +00:00
86b3805e59
Accepting request 1226226 from devel:languages:python:pytest
Ana Guerrero2024-11-25 22:22:32 +00:00
1d80bfd72e
- update to 4.0.0: * v.4.0.0 * Drop support for Python 2.7, 3.5, 3.6, 3.7 * Added support for Python 3.11, 3.12 * Migrate project back to pip from poetry * Replace mock by version from stdlib - drop python-pytest-spec-nopython2.patch: upstream
Dirk Mueller2024-11-25 09:29:00 +00:00
438435b6a7
Accepting request 1111343 from devel:languages:python:pytest
Ana Guerrero2023-09-15 20:04:32 +00:00
d48b71a66a
- Update to 3.2.0: * Added support for multiline docstrings * Added logic to use docstring_summary instead of test name * Added logic to ignore some tests from spec output * Changed indicator for skipped tests * Improve formatting for functions * Changed actions to test against python and pytest versions * Added tests to sdist - Add patch remove-mock.patch: * Use stdlib unittest.mock - Correct filelist, and do not install test directory under sitelib. - Remove mock from {Build,}Requires, add six. - Drop seperate LICENSE, it's now included. - Actually run the testsuite.
Steve Kowalik2022-03-24 01:29:51 +00:00