0f7905baa3
- Update to 1.8.1: * Small refactor to make error messages a bit clearer * Fixed tests which were installing from PyPI rather than local * Removed usage of deprecated pytest.yield_fixture. * Removed usage of distutils, where possible. - Refreshed python-pytest-profiling-no-six.patch - Drop patch fix-type-arguments.patch, now included.
Steve Kowalik2025-02-04 04:14:12 +00:00
1c5bf69f6a
Accepting request 1216910 from devel:languages:python:pytest
Ana Guerrero2024-10-22 12:52:57 +00:00
ce3cb125c5
- Update to 1.8.0: * Drop support for Python 2 and <3.6, removing compatibility code. * Use stdlib unittest.mock instead of mock package. * Removed usage of path.py and path in favour of pathlib. * Added support to hide/show the full path of file. * Remove pinning of more-itertools. * Add support to define element number for print_stats() * Fix mock in test_writes_summary - Dropped patches, included upstream: * pytest-fixtures-pr171-remove-mock.patch * fix-mock-call.patch - Add patch fix-type-arguments.patch: * Use correct type argument for argparse. - Refreshed python-pytest-profiling-no-six.patch
Steve Kowalik2024-10-22 06:10:33 +00:00
07411d9f2e
Accepting request 1157078 from devel:languages:python:pytest
Ana Guerrero2024-03-13 21:18:04 +00:00
469199186d
- Switch to pyproject macros. - Less globs in %files. - Clean up Python 2 leftovers. - Edit python-pytest-profiling-no-six.patch to also drop the install_requires. - Add patch fix-mock-call.patch: * Correct mocking call to be assert_called_with().
Steve Kowalik2024-03-12 04:30:51 +00:00