-
Notifications
You must be signed in to change notification settings - Fork 40
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
tests\cases\issues\test_issue_269.py
raises ValueError during collection
#302
Comments
Indeed I am able to reproduce, thanks @jgersti for reporting ! The issue is due to the fact that our own version of this should be called first: python-pytest-cases/src/pytest_cases/plugin.py Lines 851 to 862 in ab3b719
this should be called last: python-pytest-cases/tests/pytest_extension/issues/test_issue_269.py Lines 10 to 26 in ab3b719
But unfortunately the opposite happens. This seems to come from a change in |
Issue opened: pytest-dev/pluggy#441 EDIT : I commented the whole |
* Switched the backend to virtualenv. Fixed #298 * Temporary mod for #302 --------- Co-authored-by: Sylvain MARIE <[email protected]>
tests\cases\issues\test_issue_269.py
throws an exception during collection in most test environments with the following trace (modulo the env name)The text was updated successfully, but these errors were encountered: