-
Describe the bug Using 'pypy2' results in
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello, thanks for filing a ticket. tox-gh-actions itself is actually using Line 99 in 2a9fdfc https://github.com/dealertrack/django-rest-framework-braces/pull/33/files is the PR you're working on? I can have a deeper look later when I have time to understand what's happening. |
Beta Was this translation helpful? Give feedback.
-
Yes, that is where I encountered it. |
Beta Was this translation helpful? Give feedback.
-
@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
IIUC, there are two solutions. Could you give it a try?
|
Beta Was this translation helpful? Give feedback.
@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 thebasepython
configuration under[testenv]
IIUC, there are two solutions. Could you give it a try?
pypy2: pypy2
tobasepython
: https://github.com/ymyzk/django-rest-framework-braces/commit/211c391db79c303fbdbf0f8fb356d…