Skip to content

pypy2 #171

Closed Answered by ymyzk
jayvdb asked this question in Q&A
pypy2 #171
May 14, 2022 · 3 comments
Discussion options

You must be logged in to vote

@jayvdb, I think I could reproduce the issue you reported and find two different solutions.

https://github.com/ymyzk/django-rest-framework-braces/commit/6bba1db44d56b02990692c1b1ef48b451c16c60b 's the commit I used to reproduce the InterpreterNotFound issue. It seems this issue is caused by the basepython configuration under [testenv]

[testenv]
basepython =
    py27: python2.7
    py36: python3.6
    py37: python3.7
    py38: python3.8
    py39: python3.9
    py310: python3.10
    pypy: pypy
    pypy3: pypy3

IIUC, there are two solutions. Could you give it a try?

  1. adding pypy2: pypy2 to basepython: https://github.com/ymyzk/django-rest-framework-braces/commit/211c391db79c303fbdbf0f8fb356d…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ymyzk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Asks a question about tox-gh-actions
2 participants
Converted from issue

This discussion was converted from issue #116 on April 05, 2023 14:13.