summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-10-25 07:42:04 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-10-27 05:51:26 -0400
commit06ef6f09e95fa16cb35cfcf685b6aa0b06091450 (patch)
tree1637fc390e6386dd9aa0290031af4b26370cf206
parent263582fb688d0fb94465da21cc80c87a046d95b1 (diff)
downloadpython-coveragepy-git-06ef6f09e95fa16cb35cfcf685b6aa0b06091450.tar.gz
build: install light threads on newer pythons
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9a6b6498..01118451 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,10 +13,11 @@ usedevelop = True
extras =
toml
+# PYVERSIONS
deps =
-r requirements/pip.pip
-r requirements/pytest.pip
- py{37,38,39,310}: -r requirements/light-threads.pip
+ py{37,38,39,310,311}: -r requirements/light-threads.pip
# Windows can't update the pip version with pip running, so use Python
# to install things.