Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Fix pytest serialization issue #50

Merged
merged 1 commit into from
Nov 3, 2019
Merged

Fix pytest serialization issue #50

merged 1 commit into from
Nov 3, 2019

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Nov 2, 2019

Mainly pytest options must be serializable and our code was passing
Driver instances instead of strings to pytest options dictionary.

This was breaking python-xdist module, even if pytest-molecule was
not used.

Related: pytest-dev/pytest-xdist#464

Mainly pytest options must be serializable and our code was passing
Driver instances instead of strings to pytest options dictionary.

This was breaking python-xdist module, even if pytest-molecule was
not used.

Related: pytest-dev/pytest-xdist#464
@ssbarnea ssbarnea self-assigned this Nov 2, 2019
@ssbarnea ssbarnea added the bug This issue/PR relates to a bug. label Nov 2, 2019
@ssbarnea ssbarnea merged commit 9ba4603 into master Nov 3, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix/pytest branch November 3, 2019 09:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue/PR relates to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant