You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Here is the pipenv bug: pypa/pipenv#4588
It gets hit when passing
--python .anything
(i.e. interpreter path starts with "."), which this plugin does by default:tox-pipenv/tox_pipenv/plugin.py
Line 67 in aec9270
Related: tox-dev/tox#1339 (comment)
A better workaround I've found, though is to use
--python='{envpython}'
which seems to avoid Tox relativization.The text was updated successfully, but these errors were encountered: