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

Fix compatibility with latest pytest #1729

Closed
wants to merge 1 commit into from
Closed

Conversation

tiran
Copy link
Member

@tiran tiran commented Mar 23, 2018

pytest removed copy() method from its Namespace class. Use the copy
module to make a copy of early options.

Signed-off-by: Christian Heimes cheimes@redhat.com

pytest removed copy() method from its Namespace class. Use the copy
module to make a copy of early options.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
@tiran tiran added prioritized Pull Request has higher priority for PR-CI needs review Pull Request is waiting for a review labels Mar 23, 2018
@stlaz stlaz self-assigned this Mar 23, 2018
@stlaz
Copy link
Contributor

stlaz commented Mar 23, 2018

We should probably remove py35 from tox.ini too since I believe the build changes made us require python 3.6+

@tiran tiran added the re-run Trigger a new run of PR-CI label Mar 23, 2018
@freeipa-pr-ci freeipa-pr-ci removed the re-run Trigger a new run of PR-CI label Mar 23, 2018
@stlaz
Copy link
Contributor

stlaz commented Mar 23, 2018

I'll create another PR for that, ACK.

@stlaz stlaz added ack Pull Request approved, can be merged and removed needs review Pull Request is waiting for a review labels Mar 23, 2018
@tiran tiran added the pushed Pull Request has already been pushed label Mar 23, 2018
@tiran
Copy link
Member Author

tiran commented Mar 23, 2018

master:

  • 48fb6d2 Fix compatibility with latest pytest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged prioritized Pull Request has higher priority for PR-CI pushed Pull Request has already been pushed
Projects
None yet
3 participants