[Pytest-commit] Issue #324: -v output does not include diff that non-verbose output does for long dicts (hpk42/tox)

2016-04-13 Thread Brandon Maister
New issue 324: -v output does not include diff that non-verbose output does for long dicts https://bitbucket.org/hpk42/tox/issues/324/v-output-does-not-include-diff-that-non Brandon Maister: given `ex.py`: ``` #!python def test_long_assertion(): long = 'a' * 50 a = {i: long for i in ra

[Pytest-commit] Issue #325: Using sudo in commands ignores basepython (hpk42/tox)

2016-04-13 Thread Joshua_Pereyda
New issue 325: Using sudo in commands ignores basepython https://bitbucket.org/hpk42/tox/issues/325/using-sudo-in-commands-ignores-basepython Joshua_Pereyda: ## Problem When using sudo in the commands list, the system default python is used instead of tox's basepython. ## Example ### tox.ini `