summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Move CI to Github Actions (#2293)Bernát Gábor2021-12-281-2/+1
|
* Declare support for Python 3.10 and update links (#2221)Hugo van Kemenade2021-10-041-1/+3
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate (#1978)pre-commit-ci[bot]2021-03-151-3/+3
| | | | | | | | | * [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>
* Remove high constraint for importlib-metadata (#1764)Peter Kolbus2021-01-031-1/+1
| | | | | | | 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 (#1743)pre-commit-ci[bot]2020-11-171-1/+4
| | | | | | | | | * [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>
* tests: do not depend on pathlib2 for modern python (#1739)Eli Schwartz2020-11-131-1/+1
| | | | | | | | | | | | | | 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
* Update constraint for importlib-metadata (#1682)Usama Sadiq2020-09-291-1/+1
|
* [cleanup] Remove artefacts from old py34 support (#1625)Bastien Vallet2020-07-231-1/+1
| | | Co-authored-by: Bastien Vallet <b.vallet@criteo.com>
* Add setup.cfg formattingBernat Gabor2020-07-231-14/+14
| | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Bump pre-commit, fix errors (#1586)Bernát Gábor2020-05-201-38/+37
| | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Exclude virtualenvs vers w/ regressions 20.0.[0-7] (#1537)Sviatoslav Sydorenko2020-03-221-1/+1
| | | | | * Exclude virtualenvs vers w/ regressions 20.0.[0-7] * Add a change fragment
* Remove Python 3.4 from support pythons list (#1525)Ryan P Kilby2020-02-151-1/+0
|
* Avoid incompatible six (#1519)Sorin Sbarnea2020-02-131-1/+1
| | | | | 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.
* Add Python 3.8 to tox.ini and setup.cfg (#1492)Jon Dufresne2020-01-071-0/+1
|
* Relax importlib_metadata pin (#1476)chyzzqo22019-12-031-1/+1
|
* fix colouring on windows (#1471)1138-4EB2019-12-021-0/+1
|
* use latest version of importlib_metadata (#1472)kammala2019-12-021-1/+1
|
* fix the failing CI on master (#1456)Bernát Gábor2019-11-131-2/+2
| | | | | | | | | | * 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 (#1429)Sviatoslav Sydorenko2019-09-261-1/+1
| | | | | | | | * 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+ (#1368)Miro Hrončok2019-07-081-1/+1
| | | | | | * 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
* fix non-canonical names don't work with provisioning (#1360)Bernát Gábor2019-07-011-1/+1
|
* Add bounds for importlib-metadata / packaging (#1328)Anthony Sottile2019-05-281-2/+2
|
* Move to importlib-metadata for performance improvements (#1324)Anthony Sottile2019-05-281-2/+3
|
* add no download (#1283)Bernát Gábor2019-05-011-1/+1
|
* 🔥 Cut comments off dependency lines (#1262)Sviatoslav Sydorenko2019-04-171-1/+2
| | | | | | | | 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
* remove pytest timeout having issues with pytest-xdistBernat Gabor2019-04-161-1/+0
|
* Set setup.cfg encoding (#1212)Stanislav Levin2019-03-281-0/+1
| | | Fixes: https://github.com/tox-dev/tox/issues/1211
* various fixes related to sub-process handling (#1186)Bernát Gábor2019-03-271-0/+1
|
* use setup.cfg (#1187)Bernát Gábor2019-03-121-3/+71
|
* Include license file in the generated wheel package (#1083)Jon Dufresne2018-11-121-0/+3
| | | | | | | | | | | | 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.
* Move to an automated release flow (#871)Bernát Gábor2018-07-041-11/+0
| | | | | | | | 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).
* fix issue289: fix build_sphinx target, thanks Barry Warsaw.holger krekel2015-11-201-1/+1
|
* add changelog: fix issue99: the {env:...} substitution now properly uses ↵holger krekel2015-10-301-1/+12
| | | | | | environment settings from the ``setenv`` section. Thanks Itxaka Serrano.
* trying out isolating env variablesholger krekel2015-04-211-0/+2