Revisions of python-tox
Tomáš Chvátal (scarabeus_iv)
committed
(revision 68)
- Disable spinner tests as the monkeypatch changed behaviour in pytest
Tomáš Chvátal (scarabeus_iv)
committed
(revision 67)
Tomáš Chvátal (scarabeus_iv)
accepted
request 783746
from
Petr Gajdos (pgajdos)
(revision 66)
- version update to 3.14.5 - Add ``--discover`` (fallback to ``TOX_DISCOVER`` environment variable via path separator) to inject python executables to try as first step of a discovery - note the executable still needs to match the environment by :user:`gaborbernat`. `#1526 <https://github.com/tox-dev/tox/issues/1526>`_ - Bump minimal six version needed to avoid using one incompatible with newer virtualenv. - by :user:`ssbarnea` `#1519 <https://github.com/tox-dev/tox/issues/1519>`_ - Avoid pypy test failure due to undefined printout var. - by :user:`ssbarnea` `#1521 <https://github.com/tox-dev/tox/issues/1521>`_
buildservice-autocommit
accepted
request 771779
from
Tomáš Chvátal (scarabeus_iv)
(revision 65)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 64)
- Update to 3.14.3 bsc#1163043: * Relax importlib requirement to allow either version 0 or 1 - by :user:`chyzzqo2` #1476
buildservice-autocommit
accepted
request 749145
from
Tomáš Chvátal (scarabeus_iv)
(revision 63)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 749118
from
Hans-Peter Jansen (frispete)
(revision 62)
- Disable another failing test
buildservice-autocommit
accepted
request 731289
from
Tomáš Chvátal (scarabeus_iv)
(revision 61)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 60)
- Update to 3.14.0: * Fix PythonSpec detection of python3.10 * Fix regression failing to detect future and past py## factors * Fix current_tox_py for pypy / pypy3 * Add support for minor versions with multiple digits * Remove dependence on md5 hashing algorithm * on venv cleanup: add explicit check for pypy venv to make it possible to recreate it * Fix isolated build double-requirement * Replace pkg_resources with importlib_metadata for speed
buildservice-autocommit
accepted
request 705207
from
Matej Cepl (mcepl)
(revision 59)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 705206
from
Matej Cepl (mcepl)
(revision 58)
- Update to 3.12.1: - Ensure TOX_WORK_DIR is a native string in os.environ - Fix import and usage of winreg for python2.7 on windows - Fix Windows selects incorrect spec on first discovery - When using --parallel with --result-json the test results are now included the same way as with serial runs - Turns out the output of the py -0p is not stable yet and varies depending on various edge cases. Instead now we read the interpreter values directly from registry via PEP-514 - Adding TOX_PARALLEL_NO_SPINNER environment variable to disable the spinner in parallel mode for the purposes of clean output when using CI tools
buildservice-autocommit
accepted
request 703496
from
Tomáš Chvátal (scarabeus_iv)
(revision 57)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 703495
from
Tomáš Chvátal (scarabeus_iv)
(revision 56)
- Update to 3.11.1: * When creating virtual environments we no longer ask the python to tell its path, but rather use the discovered path.
Tomáš Chvátal (scarabeus_iv)
accepted
request 703260
from
Jonathan Harker (jesusaur)
(revision 55)
- Update to 3.11.0: * --showconfig overhaul
Tomáš Chvátal (scarabeus_iv)
accepted
request 702721
from
Tomáš Chvátal (scarabeus_iv)
(revision 54)
Tomáš Chvátal (scarabeus_iv)
committed
(revision 53)
- Update to 3.10.0: * Please see changelog.rst
buildservice-autocommit
accepted
request 702058
from
Matej Cepl (mcepl)
(revision 52)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 702057
from
Matej Cepl (mcepl)
(revision 51)
- Update to 3.8.1 - Switch build macros to PEP-518 compatible ones
buildservice-autocommit
accepted
request 684335
from
Tomáš Chvátal (scarabeus_iv)
(revision 50)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 684316
from
Matej Cepl (mcepl)
(revision 49)
- Update to 3.7.0: - Parallel mode added (alternative to detox which is being deprecated), for more details see `parallel_mode` - Added command line shortcut -s for --skip-missing-interpreters - Whitelisting of externals will be mandatory in tox 4: issue a deprecation warning as part of the already existing warning - Clarify explanations in examples and avoid unsupported end line comments - Set to PULL_REQUEST_TEMPLATE.md use relative instead of absolute URLs - if the packaging phase successfully builds a package set it as environment variable under TOX_PACKAGE (useful to make assertions on the built package itself, instead of just how it ends up after installation) - On windows, check sys.executable before others for interpreter version lookup. This matches what happens on non-windows. - Don't rewrite {posargs} substitution for absolute paths. - Correctly fail tox --notest when setup fails. - Link to related projects (Invoke and Nox) from the documentation - Obsoletes python-detox.
Displaying revisions 61 - 80 of 128