tox-pyenv icon indicating copy to clipboard operation
tox-pyenv copied to clipboard

Address logger noise

Open stavxyz opened this issue 8 years ago • 1 comments

Fixes #14

stavxyz avatar Feb 23 '18 18:02 stavxyz

Python 2.6 and 3.3 can't get isort. Consider downgrading and pinning isort for those versions?

The assertions to the Popen calls for python > 3 are failing because of

AssertionError: [call(['/sbin/ldconfig', '-p'], env={'LANG': 'C'[252 chars]rue)] != [call([<ANY>, 'which', '*TEST*'], stderr=-1, std[28 chars]rue)]

Not sure who/what is calling that. Assert a specific call to Popen for those versions when running in CI? Be less strict about the index of the call we assert.

stavxyz avatar Mar 29 '18 22:03 stavxyz