Skip to content

Move checking of options to pytest_configure#502

Closed
blueyed wants to merge 3 commits into
pytest-dev:masterfrom
blueyed:pdb-option
Closed

Move checking of options to pytest_configure#502
blueyed wants to merge 3 commits into
pytest-dev:masterfrom
blueyed:pdb-option

Conversation

@blueyed

@blueyed blueyed commented Feb 11, 2020

Copy link
Copy Markdown
Contributor

This allows for pytest -n 2 --pdb to stop / help with errors
before/during pytest_configure.
It also appears to be sensible to check the config in the hook meant for
it, instead of in pytest_cmdline_main.

TODO (after approval):

  • changelog

blueyed added 3 commits March 31, 2020 11:28
This allows for `pytest -n 2 --pdb` to stop / help with errors
before/during `pytest_configure`.
It also appears to be sensible to check the config in the hook meant for
it, instead of in `pytest_cmdline_main`.
@adamchainz

Copy link
Copy Markdown
Member

This seems sensible

@nicoddemus

Copy link
Copy Markdown
Member

Closing as stale.

@nicoddemus nicoddemus closed this Apr 27, 2021
@blueyed

blueyed commented Apr 27, 2021

Copy link
Copy Markdown
Contributor Author

This seems sensible

I agree.

@blueyed

blueyed commented Apr 27, 2021

Copy link
Copy Markdown
Contributor Author

@nicoddemus

Closing as stale.

Why?

@nicoddemus

Copy link
Copy Markdown
Member

Realistically nobody seems to be looking at it/wanting to merge it, so I decided to close it to clear the PR queue.

Reopening.

@ssbarnea

Copy link
Copy Markdown
Member

Closing as nobody is willing to work on it. Feel free to reopen if you can make it pass CI.

@ssbarnea ssbarnea closed this Feb 17, 2022
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.

4 participants