| Name: | tox |
|---|---|
| Version: | 4.26.0 |
| Release: | 1.el10_1 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 1294508 |
| License: | MIT |
| RPM: | tox-4.26.0-1.el10_1.noarch.rpm |
| Source RPM: | python-tox-4.26.0-1.el10_1.src.rpm |
| Build Date: | Wed Oct 15 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://tox.readthedocs.io/ |
| Summary: | Virtualenv-based automation of test activities |
| Description: | Tox as is a generic virtualenv management and test command line tool you can use for: - checking your package installs correctly with different Python versions and interpreters - running your tests in each of the environments, configuring your test tool of choice - acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing. |
- Update to 4.26.0 - Requires virtualenv 20.29+ - Supports freethreading Python - Fixes: rhbz#2365939
- Fix tests with virtualenv 20.31+
- Support Python 3.14.0b1
- CI: Test with pypy3.11, make pypy3.9 optional, as it was retired on Fedora 42+
- Update to 4.25.0
- Python 3.14.0a6+ test fix - Fixes: rhbz#2353145
- Update to 4.24.1 - Fixes: rhbz#2339185
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- Update to 4.23.2 - Fixes: rhbz#2318843
- CI: Add Python 3.14