| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
| |
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
| |
* [pre-commit.ci] pre-commit autoupdate
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
Since importlib-metadata is a backport from CPython, new major versions
are much more likely to be to adjust supported Python versions, and not
change the API. Remove the upper bound on the version constraint.
Closes #1763.
|
| |
|
|
|
|
|
|
|
| |
* [pre-commit.ci] pre-commit autoupdate
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Try pathlib and fall back to pathlib2.
The latter is technically installable on python 3.4+, but does nothing
the stdlib doesn't do better. And in tightly constrained build
environments, e.g. distro packaging, any dependency or test dependency
must be a system package, but old, python2-specific backports of the
stdlib might not actually be packaged...
Make the job of distro packagers easier by not requiring patches to use
pathlib while testing python3.
Fixes #1549
|
| | |
|
| |
|
| |
Co-authored-by: Bastien Vallet <b.vallet@criteo.com>
|
| |
|
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
| |
* Exclude virtualenvs vers w/ regressions 20.0.[0-7]
* Add a change fragment
|
| | |
|
| |
|
|
|
| |
Avoids problem introduced by newer virtualenv which broke installation
of tox on systems that already had a six version >1.0 installed but
which was older than minimal needed by tox.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* fix
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* suppress proc related failures on pypy
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
|
|
| |
* Upgrade minimal virtualenv version to 16.0.0
Fixes #1425
* Add a change note about the virtualenv bump
|
| |
|
|
|
|
| |
* Use importlib.metadata from the standard library on Python 3.8+
Fixes https://github.com/tox-dev/tox/issues/1367
* Azure Pipelines: Add Python 3.8
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
This enables users to have inline comments in deps lines in `tox.ini`. In particular, this allows having pyup bot integration.
Ref: https://github.com/pyupio/dparse/issues/34
Ref: https://github.com/ansible/molecule/issues/1973
Fixes #1260
|
| | |
|
| |
|
| |
Fixes: https://github.com/tox-dev/tox/issues/1211
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:
https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
Helps project comply with its own license.
> The above copyright notice and this permission notice shall be
> included in all copies or substantial portions of the Software.
|
| |
|
|
|
|
|
|
| |
With the release of 3.1 looming around and handled by myself decided there's no better time to automate than now.
This involves:
- move from a devpi wheel/sdist creation to a Travis PyPi release trigger
- have a tox target to automatically create release branches (we can then create a PR from this) (use Python instead of bash)
- have a tox target to send the release notifications (use Python instead of bash).
|
| | |
|
| |
|
|
|
|
| |
environment
settings from the ``setenv`` section. Thanks Itxaka Serrano.
|
| |
|