3c2e7317e3
- Update to 3.24.4: - Fixed handling of -e ALL in parallel mode by ignoring the ALL in subprocesses -- by :user:guahki. #2167 - Prevent tox from using a truncated interpreter when using TOX_LIMITED_SHEBANG -- by :user:jdknight. #2208 - Enabled the use of the favicon in the Sphinx docs first introduced in :pull:764 but not integrated fully -- :user:webknjaz#2177 - --parallel reports now show ASCII OK/FAIL/SKIP lines when full Unicode output is not available - by :user:brettcs#1421 - Started enforcing valid references in Sphinx docs -- :user:webknjaz#2168 - include LC_ALL to implicit list of passenv variables - by :user:ssbarnea#2162 - get_requires_for_build_sdist hook (PEP 517) is assumed to return an empty list if left unimplemented by the backend build system - by :user:oczkoisse#2130 - The documentation of install_command now also mentions that you can provide arbitrary commands - by :user:jugmac00#2081 - --devenv no longer modifies the directory in which the .tox environment is provisioned - by :user:isaac-ped#2065 - Fix show config when the package names are not in canonical form - by :user:gaborbernat. #2103 - Extended environment variables section - by :user:majiang#2036 - tox no longer shows deprecation warnings for distutils.sysconfig on Python 3.10 - by :user:9999years#2100Matej Cepl2021-09-26 22:35:25 +00:00
bc6b6e89bf
- Update to 3.24.4: - Fixed handling of -e ALL in parallel mode by ignoring the ALL in subprocesses -- by :user:guahki. #2167 - Prevent tox from using a truncated interpreter when using TOX_LIMITED_SHEBANG -- by :user:jdknight. #2208 - Enabled the use of the favicon in the Sphinx docs first introduced in :pull:764 but not integrated fully -- :user:webknjaz#2177 - --parallel reports now show ASCII OK/FAIL/SKIP lines when full Unicode output is not available - by :user:brettcs#1421 - Started enforcing valid references in Sphinx docs -- :user:webknjaz#2168 - include LC_ALL to implicit list of passenv variables - by :user:ssbarnea#2162 - get_requires_for_build_sdist hook (PEP 517) is assumed to return an empty list if left unimplemented by the backend build system - by :user:oczkoisse#2130 - The documentation of install_command now also mentions that you can provide arbitrary commands - by :user:jugmac00#2081 - --devenv no longer modifies the directory in which the .tox environment is provisioned - by :user:isaac-ped#2065 - Fix show config when the package names are not in canonical form - by :user:gaborbernat. #2103 - Extended environment variables section - by :user:majiang#2036 - tox no longer shows deprecation warnings for distutils.sysconfig on Python 3.10 - by :user:9999years#2100Matej Cepl2021-09-26 22:35:25 +00:00
6aaa4b154e
- update to 3.15.2: - Add an option to allow a process to suicide before sending the SIGTERM. - PyPy 7.3.1 on Windows uses the 'Script' folder instead of 'bin'.
Thomas Bechtold2020-06-26 05:13:24 +00:00
e451518fc1
- update to 3.15.2: - Add an option to allow a process to suicide before sending the SIGTERM. - PyPy 7.3.1 on Windows uses the 'Script' folder instead of 'bin'.
Thomas Bechtold2020-06-26 05:13:24 +00:00
974c53d4c9
Accepting request 807945 from devel:languages:python
Yuchen Lin2020-05-28 07:08:32 +00:00
533929e5b4
Accepting request 807945 from devel:languages:python
Yuchen Lin2020-05-28 07:08:32 +00:00
3cd0c5c978
Accepting request 807794 from home:stroeder:branches:devel:languages:python
Tomáš Chvátal
2020-05-21 09:14:32 +00:00
06e7f3ae0c
Accepting request 807794 from home:stroeder:branches:devel:languages:python
Tomáš Chvátal
2020-05-21 09:14:32 +00:00
409cfd13fe
- Update to 3.14.3 bsc#1163043: * Relax importlib requirement to allow either version 0 or 1 - by :user:chyzzqo2#1476
Tomáš Chvátal
2020-02-07 12:50:05 +00:00
9e8590a7a6
- Update to 3.14.3 bsc#1163043: * Relax importlib requirement to allow either version 0 or 1 - by :user:chyzzqo2#1476
Tomáš Chvátal
2020-02-07 12:50:05 +00:00
19e5972113
- 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
Tomáš Chvátal
2019-09-16 13:15:07 +00:00
1ea95a9ff8
- 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
Tomáš Chvátal
2019-09-16 13:15:07 +00:00
4a1086f7ae
- Make sure the tests are executed
Tomáš Chvátal
2018-10-18 07:54:24 +00:00
3de404ed2a
- Make sure the tests are executed
Tomáš Chvátal
2018-10-18 07:54:24 +00:00
12bef8aec0
Accepting request 642677 from home:apersaud:branches:devel:languages:python
Tomáš Chvátal
2018-10-18 07:29:30 +00:00
5a1677f46d
Accepting request 642677 from home:apersaud:branches:devel:languages:python
Tomáš Chvátal
2018-10-18 07:29:30 +00:00
0325481757
Accepting request 635060 from devel:languages:python
Yuchen Lin2018-09-13 10:11:14 +00:00
caa38251e5
Accepting request 635060 from devel:languages:python
Yuchen Lin2018-09-13 10:11:14 +00:00
d177297493
- update to 3.3.0: - fix `TOX_LIMITED_SHEBANG when running under python3 - by :user:asottile (#931 <https://github.com/tox-dev/tox/issues/931>_) - PEP-517 <https://www.python.org/dev/peps/pep-0517/>_ source distribution support (create a .package virtual environment to perform build operations inside) by :user:gaborbernat (#573 <https://github.com/tox-dev/tox/issues/573>_) - flit <https://flit.readthedocs.io>_ support via implementing PEP-517 by :user:gaborbernat (#820 <https://github.com/tox-dev/tox/issues/820>_) - packaging now is exposed as a hook via tox_package(session, venv) - by :user:gaborbernat (#951 <https://github.com/tox-dev/tox/issues/951>_) - Updated the VSTS build YAML to use the latest jobs and pools syntax - by :user:davidstaheli (#955 <https://github.com/tox-dev/tox/issues/955>_) - --parallel--safe-build no longer cleans up its folders (distdir, distshare, log). - by :user:gaborbernat (#849 <https://github.com/tox-dev/tox/issues/849>_) - Switch pip invocations to use the module -m pip instead of direct invocation. This could help avoid some of the shebang limitations. - by :user:gaborbernat (#935 <https://github.com/tox-dev/tox/issues/935>_) - Ability to specify package requirements for the tox run via the tox.ini (tox section under key requires - PEP-508 style): can be used to specify both plugin requirements or build dependencies. - by :user :gaborbernat (#783 <https://github.com/tox-dev/tox/issues/783>_) - Allow to run multiple tox instances in parallel by providing the --parallel--safe-build flag. - by :user:gaborbernat (#849 <https://github.com/tox-dev/tox/issues/849>_) - A caching issue that caused the develop-inst-nodeps action, which reinstalls the package under test, to always run has been resolved. The develop-inst-noop action, which, as the name suggests, is a no-op, will now run unless there are changes to setup.py or setup.cfg files that have not been reflected - by @stephenfin (#909 <https://github.com/tox-dev/tox/issues/909>`_)
Dirk Mueller2018-09-11 17:01:30 +00:00
457b24a561
- update to 3.3.0: - fix `TOX_LIMITED_SHEBANG when running under python3 - by :user:asottile (#931 <https://github.com/tox-dev/tox/issues/931>_) - PEP-517 <https://www.python.org/dev/peps/pep-0517/>_ source distribution support (create a .package virtual environment to perform build operations inside) by :user:gaborbernat (#573 <https://github.com/tox-dev/tox/issues/573>_) - flit <https://flit.readthedocs.io>_ support via implementing PEP-517 by :user:gaborbernat (#820 <https://github.com/tox-dev/tox/issues/820>_) - packaging now is exposed as a hook via tox_package(session, venv) - by :user:gaborbernat (#951 <https://github.com/tox-dev/tox/issues/951>_) - Updated the VSTS build YAML to use the latest jobs and pools syntax - by :user:davidstaheli (#955 <https://github.com/tox-dev/tox/issues/955>_) - --parallel--safe-build no longer cleans up its folders (distdir, distshare, log). - by :user:gaborbernat (#849 <https://github.com/tox-dev/tox/issues/849>_) - Switch pip invocations to use the module -m pip instead of direct invocation. This could help avoid some of the shebang limitations. - by :user:gaborbernat (#935 <https://github.com/tox-dev/tox/issues/935>_) - Ability to specify package requirements for the tox run via the tox.ini (tox section under key requires - PEP-508 style): can be used to specify both plugin requirements or build dependencies. - by :user :gaborbernat (#783 <https://github.com/tox-dev/tox/issues/783>_) - Allow to run multiple tox instances in parallel by providing the --parallel--safe-build flag. - by :user:gaborbernat (#849 <https://github.com/tox-dev/tox/issues/849>_) - A caching issue that caused the develop-inst-nodeps action, which reinstalls the package under test, to always run has been resolved. The develop-inst-noop action, which, as the name suggests, is a no-op, will now run unless there are changes to setup.py or setup.cfg files that have not been reflected - by @stephenfin (#909 <https://github.com/tox-dev/tox/issues/909>`_)
Dirk Mueller2018-09-11 17:01:30 +00:00
59f16ff8ef
- Version update to 3.1.2: * Many changes in the code, dropped support for py <2.7 and <3.3 * See CHANGELOG.rst - Do not build sphinx documentation, additional dependencies
Tomáš Chvátal
2018-07-17 13:13:11 +00:00
1781399e33
- Version update to 3.1.2: * Many changes in the code, dropped support for py <2.7 and <3.3 * See CHANGELOG.rst - Do not build sphinx documentation, additional dependencies
Tomáš Chvátal
2018-07-17 13:13:11 +00:00