summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-12-30 16:26:30 -0800
committerGitHub <noreply@github.com>2022-12-30 16:26:30 -0800
commita3d3ec042d38195392841a9112911c2bde3587d1 (patch)
tree89b82d6ba36843b3f4280ee3ffd0155475f70e57 /tox.ini
parentd8c4cb0ffa1999b5d6466e0099dab76f242b1ba8 (diff)
downloadtox-git-a3d3ec042d38195392841a9112911c2bde3587d1.tar.gz
Show installed packages after setup in CI envs (#2794)
Resolves https://github.com/tox-dev/tox/issues/2685
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a534beda..d7bbdf47 100644
--- a/tox.ini
+++ b/tox.ini
@@ -60,7 +60,6 @@ commands =
[testenv:docs]
description = build documentation
-basepython = python3.10
extras =
docs
commands =
@@ -83,7 +82,7 @@ commands =
description = do a release, required posarg of the version number
skip_install = true
deps =
- gitpython>=3.1.29
+ gitpython>=3.1.30
packaging>=22
towncrier>=22.12
commands =