We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Travis, for some reason this works on Windows:
=================================== FAILURES =================================== ____________________________ test_remoteinitconfig _____________________________ testdir = <Testdir local('/tmp/pytest-of-travis/pytest-0/testdir/test_remoteinitconfig0')> def test_remoteinitconfig(testdir): from xdist.remote import remote_initconfig config1 = testdir.parseconfig() config2 = remote_initconfig(config1.option.__dict__, config1.args) > assert config2.option.__dict__ == config1.option.__dict__ E assert {'assertmode'...': False, ...} == {'assertmode':...': False, ...} E Omitting 56 identical items, use -v to show E Differing items: E {'file_or_dir': ['/tmp/pytest-of-travis/pytest-0/testdir/test_remoteinitconfig0']} != {'file_or_dir': []} E Use -v to get the full diff /home/travis/build/pytest-dev/pytest-xdist/testing/test_remote.py:69: AssertionError ==== 1 failed, 93 passed, 4 skipped, 9 xfailed, 1 xpassed in 34.51 seconds ===== ERROR: InvocationError: '/home/travis/build/pytest-dev/pytest-xdist/.tox/py34-pytest29/bin/py.test'
The text was updated successfully, but these errors were encountered:
Mark test_remoteinitconfig as xfail
8ec8d29
pytest-dev#59
pytest 2.9 is no longer supported
Sorry, something went wrong.
nicoddemus
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
In Travis, for some reason this works on Windows:
The text was updated successfully, but these errors were encountered: