Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tox to 3.2.1 #203

Merged
merged 2 commits into from
Aug 11, 2018
Merged

Conversation

pyup-bot
Copy link
Contributor

This PR updates tox from 3.1.2 to 3.2.1.

Changelog

3.2.0

------------------

Features
^^^^^^^^

- 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>`_)

3.1.3

------------------

Bugfixes
^^^^^^^^

- 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>`_)


Features
^^^^^^^^

- Python version testenvs are now automatically detected instead of comparing
against a hard-coded list of supported versions.  This enables ``py38`` and
eventually ``py39`` / ``py40`` / etc. to work without requiring an upgrade to
``tox``.  As such, the following public constants are now deprecated
(and scheduled for removal in ``tox`` 4.0: ``CPYTHON_VERSION_TUPLES``,
``PYPY_VERSION_TUPLES``, ``OTHER_PYTHON_INTERPRETERS``, and ``DEFAULT_FACTORS`` -
by :user:`asottile` (`914 <https://github.com/tox-dev/tox/issues/914>`_)


Documentation
^^^^^^^^^^^^^

- Add a system overview section on the index page that explains briefly how tox works -
by :user:`gaborbernat`. (`867 <https://github.com/tox-dev/tox/issues/867>`_)
Links

Copy link
Owner

@ljvmiranda921 ljvmiranda921 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v.0.4.0

@ljvmiranda921 ljvmiranda921 added the v.1.1.0 In pipeline for next version label Aug 11, 2018
@ljvmiranda921 ljvmiranda921 changed the base branch from master to updates-pyup August 11, 2018 02:31
@ljvmiranda921 ljvmiranda921 merged commit c7a846c into updates-pyup Aug 11, 2018
ljvmiranda921 added a commit that referenced this pull request Aug 13, 2018
* Update tox from 3.1.2 to 3.2.1 (#203)
* Pin pre-commit to latest version 1.10.5 (#200)
* Update tox from 3.0.0 to 3.1.3 (#197)
* Update pytest from 3.6.3 to 3.7.1 (#195)
ljvmiranda921 added a commit that referenced this pull request Aug 13, 2018
* Update tox from 3.1.2 to 3.2.1 (#203)
* Pin pre-commit to latest version 1.10.5 (#200)
* Update tox from 3.0.0 to 3.1.3 (#197)
* Update pytest from 3.6.3 to 3.7.1 (#195)
@ljvmiranda921 ljvmiranda921 deleted the pyup-update-tox-3.1.2-to-3.2.1 branch August 13, 2018 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v.1.1.0 In pipeline for next version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants