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
'.tox/buggytox/lib/python-xx/site-packages' is displayed
Actual
the 'buggytox/lib/python-xx/site-packages' is diplayed
Context
I came across this issue trying to have my tests run with py.tests. I opted having the tests included in the package and I was trying to follow manual instructions. I was expecting the {envsitepackagesdir} substitution will point to the [testenv:xx] site-packages dir. Infact I got the parent context site-packages dir which basically will render the method proposed in the forementioned link useless
The test code here for {envsitepackagesdir} subt is also quite generic, just checks a path containing 'site-packages' is obtained.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Create the following virtenv (==1.10.1)
The final virtenv should look like:
Create a dummy project.
Run tox
cd dummy tox
Expected
'.tox/buggytox/lib/python-xx/site-packages' is displayed
Actual
the 'buggytox/lib/python-xx/site-packages' is diplayed
Context
I came across this issue trying to have my tests run with py.tests. I opted having the tests included in the package and I was trying to follow manual instructions. I was expecting the {envsitepackagesdir} substitution will point to the [testenv:xx] site-packages dir. Infact I got the parent context site-packages dir which basically will render the method proposed in the forementioned link useless
The test code here for {envsitepackagesdir} subt is also quite generic, just checks a path containing 'site-packages' is obtained.
The text was updated successfully, but these errors were encountered: