summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-18 19:31:48 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-18 19:31:48 -0500
commit6e04e4f0b5eb8f88189e29283d930bd3b47ef198 (patch)
tree238dbcb368f9ebb08c74f012b91990bf9a6b2503
parentc0119d9297973402625a61a23845454d8f63427b (diff)
downloadpython-coveragepy-git-6e04e4f0b5eb8f88189e29283d930bd3b47ef198.tar.gz
test: tox-gh-actions says to do it like this
``` Warning: WARNING: PendingDeprecationWarning Support of old-style PyPy config keys will be removed in tox-gh-actions v3. Please use "pypy-2" and "pypy-3" instead of "pypy2" and "pypy3". Example of tox.ini: [gh-actions] python = pypy-2: pypy2 pypy-3: pypy3 # The followings won't work with tox-gh-actions v3 # pypy2: pypy2 # pypy3: pypy3 ```
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cf2631f9..4a410aa7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -100,4 +100,4 @@ python =
3.10: py310
3.11: py311
3.12: py312
- pypy3: pypy3
+ pypy-3: pypy3