| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Fix build error for Leap.
- update to 1.4.1:
* Dropped support for Python 3.7
* Fix loading scripts with non-UTF-8 encodings.
* Print output when a subprocess runner with `check=True` fails
was missing.
* Added type-hinting for all types,
`pytest_console_scripts.ScriptRunner`
can now be used to hint the `script_runner` fixture.
* Added support for the `shell` and `check` keywords for in-
process mode.
* Passing command arguments in `*args` is now deprecated and
will raise warnings.
* Dropped support for Python 3.6
* Install-time dependencies have been fixed.
- Update to 1.3.1: * Remove use of mock. - Drop patch remove-mock.patch, included upstream.
- Update to 1.3: * Add a note on manual result printing to README - #50 * Bump Python version to 3.6 - fix #51 - Add patch remove-mock.patch: * Remove use of mock.
- pytest-runner is not required for build
- version update to 1.2.1 * no upstream changelog - deleted patches - virtualenv-20.patch (upstreamed)
- do not require pytest-runner for build, it is not needed
- Do not pull in pytest twice
- Add patch to work with python-virtualenv >= 20: * virtualenv-20.patch
- Update to 0.2.0: * no upstream changelog
- Update the pytest requirement to > 4 as per setup.py
- Update to 0.1.10: * Print out return code, stdout and stderr output
- Use spec-cleaner - Update to 0.1.9: * Fixes for newer pytest releases
- Update to 0.2.0: * no upstream changelog
- Update the pytest requirement to > 4 as per setup.py
- Update to 0.1.10: * Print out return code, stdout and stderr output
- Use spec-cleaner - Update to 0.1.9: * Fixes for newer pytest releases
- Update to version 0.1.6 - Added pytest-console-scripts-0.1.6_test_virtualenv.patch
- Initial package