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 incompatibility error with --pdb despite using -n0 #938

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

atugushev
Copy link
Contributor

Fixes #937.

@tony
Copy link
Member

tony commented Feb 13, 2024

@atugushev Can you rebase?

@pytest-dev Can we get tests allowed to run?

@nicoddemus
Copy link
Member

Rebased.

GitHub does not always run the GH actions for first time contributors, IIRC there were people opening random PRs which would use the actions for mining... 👀

)
check_options(config)
assert config.option.dist == "no"
assert config.option.tx == []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we want to also test passing -n0 and --pdb explicitly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surely we do, thanks! Addressed in 0de6180.

@tony
Copy link
Member

tony commented Feb 14, 2024

@nicoddemus Thank you!

@atugushev atugushev changed the title Fix incompatibility error with —pdb despite using -n0 Fix incompatibility error with --pdb despite using -n0 Mar 5, 2024
Copy link
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nicoddemus nicoddemus merged commit 74887e3 into pytest-dev:master Mar 5, 2024
21 checks passed
@atugushev atugushev deleted the incompatible-pdb-n0-937 branch March 5, 2024 22:26
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.

Plugin raises error with --pdb option despite using -n0
3 participants