summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Bump deps and tools (#2987)Bernát Gábor2023-04-191-1/+1
|
* Bump deps and tools (#2981)release-4.4.12Bernát Gábor2023-04-131-9/+9
|
* Bump deps and tools (#2976)Bernát Gábor2023-04-051-10/+10
|
* Bump deps and tools (#2954)Bernát Gábor2023-03-231-5/+5
|
* Bump deps and tools (#2913)Bernát Gábor2023-02-051-2/+2
|
* Revert to supporting simple Python factors (#2849)Stephen Finucane2023-01-111-1/+1
| | | | | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Fixes https://github.com/tox-dev/tox/issues/2657 Fixes https://github.com/tox-dev/tox/issues/2848
* Show installed packages after setup in CI envs (#2794)Bernát Gábor2022-12-301-2/+1
| | | Resolves https://github.com/tox-dev/tox/issues/2685
* Handle whitespace around requirements (#2779)Bernát Gábor2022-12-261-2/+2
| | | Resolves https://github.com/tox-dev/tox/issues/2773
* Fix plain section shadows env config (#2742)Bernát Gábor2022-12-171-4/+2
| | | Resolves https://github.com/tox-dev/tox/issues/2636
* Fix python hash seed not being set (#2739)Bernát Gábor2022-12-161-5/+0
| | | Resolves https://github.com/tox-dev/tox/issues/2645
* Create session views of the build wheel/sdist into temp_dir (#2614)Bernát Gábor2022-12-071-1/+1
| | | Resolves https://github.com/tox-dev/tox/issues/2612
* Filter pytest-cov rsync warningBernát Gábor2022-12-031-1/+1
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix doc build, bump deps and toolsBernát Gábor2022-12-031-9/+0
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support for recursive extras (#2579)Bernát Gábor2022-12-021-0/+1
| | | Resolves https://github.com/tox-dev/tox/issues/2568
* Add missing build test dependency (#2577)Sorin Sbarnea2022-12-021-2/+2
| | | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net> Fixes https://github.com/tox-dev/tox/issues/2576
* Bump deps and toolsBernát Gábor2022-11-221-1/+2
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump tools and deps (#2522)Bernát Gábor2022-10-301-4/+4
| | | | | | | | | | | * Bump tools and deps Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> * Simplify docs conf Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Check 3.11 support (#2492)Bernát Gábor2022-09-091-0/+7
|
* Bump tools (#2491)Bernát Gábor2022-09-091-1/+1
|
* Bump toolsBernát Gábor2022-09-091-2/+2
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump dependenciesBernát Gábor2022-09-091-7/+7
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Display registered plugins with --version (#2413)Max Droy2022-09-091-1/+1
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Move time mocking from freezegun to time-machine (#2407)Adam Johnson2022-09-091-1/+0
|
* Use hatchling instead of setuptools as build backend (#2369)Bernát Gábor2022-03-041-2/+11
|
* Enable link check during documentation build and fix broken (#2326)Bernát Gábor2022-01-261-1/+1
|
* Require Python 3.10 to generate the tox documentation (#2322)Jürgen Gmach2022-01-141-0/+1
| | | | | | | | | | | * Require Python 3.10 to generate the tox documentation This fixes #2321 * [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>
* Fix CLI documentation is missing and broken documentation references (#2311)Bernát Gábor2022-01-101-1/+1
|
* Fix plugin initialization order (#2305)Bernát Gábor2022-01-091-1/+1
|
* Better selection support (#2290)Bernát Gábor2022-01-041-4/+2
|
* Bump lintersBernát Gábor2021-12-111-6/+6
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Remove not needed type packagesBernát Gábor2021-11-171-2/+0
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-31/+0
|
* Update setup changelogBernát Gábor2021-11-161-10/+0
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix list/depends cmd creates package env as run envBernát Gábor2021-09-241-0/+1
| | | | | | | This happens if you declare configuration for a packaging environment. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-0/+2
|
* Bump formatters and deps to latest (#2116)Bernát Gábor2021-07-261-10/+15
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Add Python3.10 to the test suite (#2014)Bernát Gábor2021-04-101-0/+1
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-091-14/+0
|
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-201-5/+5
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* coverage report: enable setting a different `upstream` repository (#1973)Jürgen Gmach2021-03-121-1/+1
| | | | | | | | | | | The coverage report was comparing the local branch to `upstream/rewrite`. This was hardcoded. Now, you can change the remote repository by ``DIFF_AGAINST`` env variable as intended. This fixes #1972
* Bump dependenciesBernát Gábor2021-02-201-2/+4
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix tox is not exiting because package env thread holding it upBernát Gábor2021-02-151-3/+1
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add release taskBernát Gábor2021-02-151-26/+40
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Normalize the description line to contain single whitespace and no newline ↵Bernát Gábor2021-02-141-1/+1
| | | | | | (#1912) Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support running python 2 targets (#1900)Bernát Gábor2021-02-091-1/+1
|
* Add more flake8 checks (#1899)Bernát Gábor2021-02-061-1/+15
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add ignore_erros and fix handling commands* (#1876)Bernát Gábor2021-01-271-1/+1
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Better handling of packaging env creation (#1807)Bernát Gábor2021-01-131-2/+2
|
* Better handling of set_env (#1784)Bernát Gábor2021-01-111-14/+14
|
* Add tty replacerBernát Gábor2021-01-081-1/+2
| | | | | | | This allows users to force isatty until we fix https://github.com/tox-dev/tox/issues/1773. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>