-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
conftest: add uses_pexpect mark #5314
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
Conversation
I think a generic feature like |
@@ -175,6 +175,7 @@ markers = | |||
baz | |||
# conftest.py reorders tests moving slow ones to the end of the list | |||
slow | |||
uses_pexpect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a quick description here 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, it is rather self-explaining, isn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, done - also added a new "slowest_items" category.
Yep, I've seen the need for this myself... should we open a new issue for it? |
Yeah. |
Marking WIP to not merge it yet - there is no use for it currently really, given that we're likely to change the pexpect factor for CI (#5313, it would make sense to use |
Pulled out of #5313 - is this something we want to have?