[Pytest-commit] Issue #118: Test failures in a Debian build environment (hpk42/tox)

Barry Warsaw issues-reply at bitbucket.org
Wed Aug 21 02:09:05 CEST 2013


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.




More information about the pytest-commit mailing list