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

BUG: stats: Random parameters in pytest.mark.parametrize() break pytest-xdist. #17469

Merged

Conversation

WarrenWeckesser
Copy link
Member

Don't use random parameters in pytest.mark.parametrize(), as it can confuse the pytest-xdist extension; see pytest-dev/pytest-xdist#432

Closes gh-17468.

…test-xdist.

Don't use random parameters in `pytest.mark.parametrize()`, as it can confuse
the pytest-xdist extension; see pytest-dev/pytest-xdist#432

Closes scipygh-17468.
@WarrenWeckesser WarrenWeckesser added defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.stats labels Nov 24, 2022
@mdhaber mdhaber merged commit 4347169 into scipy:main Nov 24, 2022
@j-bowhay j-bowhay added this to the 1.10.0 milestone Nov 24, 2022
@WarrenWeckesser WarrenWeckesser deleted the test-dists-disallow-random-params branch November 24, 2022 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.stats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Weird errors with running the tests scipy.stats.tests.test_distributions with -j
3 participants