* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-profiling?expand=0&rev=13
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-profiling?expand=0&rev=11