Skip to content

Commit

Permalink
test: tox-gh-actions says to do it like this
Browse files Browse the repository at this point in the history
```
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
```
  • Loading branch information
nedbat committed Dec 19, 2022
1 parent c0119d9 commit 6e04e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ python =
3.10: py310
3.11: py311
3.12: py312
pypy3: pypy3
pypy-3: pypy3

0 comments on commit 6e04e4f

Please sign in to comment.