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

Parametrize script runner with indirect=True #30

Merged
merged 1 commit into from Mar 16, 2020
Merged

Parametrize script runner with indirect=True #30

merged 1 commit into from Mar 16, 2020

Conversation

jonchang
Copy link
Contributor

This change is needed for pytest 5.4.0

c.f. pytest-dev/pytest#5712

@kvas-it
Copy link
Owner

kvas-it commented Mar 13, 2020

Hey! Thanks for the PR.

It seems that the test suite is broken because of changes to virtualenv so I will first need to fix that and then we can land this.

@kvas-it
Copy link
Owner

kvas-it commented Mar 13, 2020

It seems that they have reverted the changes in the API (changelog, ticket) so this change is no longer necessary.

Anyway, thanks for the PR -- it motivated me to fix the tests so they now work with the latest version of virtualenv (#31).

I'm leaning towards merging this PR anyway since it doesn't have any downsides and makes it work with pytest 5.4.0. What do you think?

@jonchang
Copy link
Contributor Author

Might as well; I don't think the indirect parameter is getting removed so it should help with 5.4.0 regardless.

This change is needed for pytest 5.4.0

c.f. pytest-dev/pytest#5712
@kvas-it kvas-it merged commit 3a0a610 into kvas-it:master Mar 16, 2020
@kvas-it
Copy link
Owner

kvas-it commented Mar 16, 2020

Yeah, makes sense. Thank you for the PR!

@jonchang jonchang deleted the indirect-parametrize branch July 12, 2020 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants