Skip to content
New issue

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

test_remoteinitconfig failing in pytest-2.9 #59

Closed
nicoddemus opened this issue May 12, 2016 · 1 comment
Closed

test_remoteinitconfig failing in pytest-2.9 #59

nicoddemus opened this issue May 12, 2016 · 1 comment
Assignees
Labels

Comments

@nicoddemus
Copy link
Member

nicoddemus commented May 12, 2016

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'
nicoddemus added a commit to nicoddemus/pytest-xdist that referenced this issue May 12, 2016
@nicoddemus nicoddemus added the bug label May 12, 2016
@nicoddemus nicoddemus self-assigned this May 12, 2016
@nicoddemus
Copy link
Member Author

pytest 2.9 is no longer supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant