| Name: | python-tox |
|---|---|
| Version: | 1.4.2 |
| Release: | 9.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 264023 |
| License: | GPLv2+ and MIT |
| RPM: | python-tox-1.4.2-9.el7.noarch.rpm |
| Source RPM: | python-tox-1.4.2-9.el7.src.rpm |
| Build Date: | Mon Apr 20 2020 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://codespeak.net/tox |
| 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. |
- fix run on newer pip on EL7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- add requires python-py, python-virtualenv (rhbz#876246)
- change license to GPLv2+ and MIT
- totally disable python3 support for now
- conditionalize checks, as internet connection required, not available on koji
- buildrequirement: virtualenv - disable python3-tests because of missing build-requirement python3-virtualenv
- include tests
- initial packaging