Project python-tox-4.25.0-2.el10_0
content_copy
Name
python-tox
Epoch
0
Version
4.25.0
Release
2.el10_0
Website/URL
https://tox.readthedocs.io/
License
MIT
Build Time
2025-04-10 15:29:42
Build Host
builder-x86-04.inferitos.ru
Summary
Virtualenv-based automation of test activities
Repositories
Extras
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.
Errata
—
×
Package
Summary
SHA-256 checksum
noarch
tox-4.25.0-2.el10_0.noarch
content_copy
Virtualenv-based automation of test activities
88c6075cf1c33222db8a901d40621bbdff4aaf99746026a748c02ca4f42604ee
download
src
python-tox-4.25.0-2.el10_0.src
content_copy
Virtualenv-based automation of test activities
f5040184b3142a0bb844d3a468c49d0cbddb36c719f47cb02ca166c9207c5297
download
* Fri Mar 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 4.25.0-2
- CI: Test with pypy3.11, make pypy3.9 optional, as it was retired on
Fedora 42+
* Fri Mar 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 4.25.0-1
- Update to 4.25.0
* Tue Mar 18 2025 Miro Hrončok <miro@hroncok.cz> - 4.24.1-2
- Python 3.14.0a6+ test fix
- Fixes: rhbz#2353145
* Wed Jan 29 2025 Miro Hrončok <miro@hroncok.cz> - 4.24.1-1
- Update to 4.24.1
- Fixes: rhbz#2339185
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.23.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Tue Dec 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 4.23.2-1
- Rebuilt for MSVSphere 10
* Tue Nov 05 2024 Miro Hrončok <miro@hroncok.cz> - 4.23.2-1
- Update to 4.23.2
- Fixes: rhbz#2318843
* Tue Oct 29 2024 Miro Hrončok <miro@hroncok.cz> - 4.21.2-4
- CI: Add Python 3.14
* Tue Oct 29 2024 Miro Hrončok <miro@hroncok.cz> - 4.21.2-3
- Drop unneeded test dependency on diff-cover
* Mon Oct 14 2024 Miro Hrončok <miro@hroncok.cz> - 4.21.2-2
- Stop recommending Pythons not supported by the latest virtualenv