New issue 118: Test failures in a Debian build environment
https://bitbucket.org/hpk42/tox/issue/118/test-failures-in-a-debian-build

Barry Warsaw:

I'm updating the Debian unstable package to tox 1.6.0 and ran across two 
problems in test_venv.py.  Both are due to realpath() checks and the fact that 
on Debian/Ubuntu, /usr/bin/python is a symlink to /usr/bin/python2.7.  The fix 
is to be sure to .realpath() both sides of the assertion.


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
http://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to