python-tox
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.
- Devel package for openSUSE:Factory
-
7
derived packages
- Links to openSUSE:Factory / python-tox
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-tox && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000200 200 Bytes | |
_link | 0000000124 124 Bytes | |
mark-network-tests.patch | 0000001216 1.19 KB | |
optional_devpi_process.patch | 0000001064 1.04 KB | |
python-tox.changes | 0000054955 53.7 KB | |
python-tox.spec | 0000006680 6.52 KB | |
tox-4.11.4.tar.gz | 0000176168 172 KB |
Revision 115 (latest revision is 128)
Dirk Mueller (dirkmueller)
committed
(revision 115)
- update to 4.11.4: * Fix `quickstart` command from requiring `root` positional argument * docs(config): fix default value for install_command * Added Python 3.12 in installation docs * Fix terminal size in tox commands (#2999) * Use the new ruff formatter over black * docs(config): Fix base_python default reference * Fixed 'AppData' not passed to env by default (#3151)
Comments 0