Skip to content

Commit

Permalink
try to fix deprecation warning
Browse files Browse the repository at this point in the history
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
auvipy committed Oct 18, 2021
1 parent 50b0f6b commit c735e15
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 @@ -17,7 +17,7 @@ python =
3.8: 3.8-unit
3.9: 3.9-unit
3.10: 3.10-unit
pypy3: pypy3-unit
pypy-3: pypy3-unit

[testenv]
sitepackages = False
Expand Down

0 comments on commit c735e15

Please sign in to comment.