-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Python Version
3.9.18
pytest Version
8.3.3
Package Version
3.15.0
Description
Since Faker v32.0.0 its faker
fixture has been scoped to session which triggers this error in relation to faker_seed
:
Failed: ScopeMismatch: You tried to access the function scoped fixture faker_seed with a session scoped request object. Requesting fixture stack:
../root/build_env3/lib/python3.9/site-packages/faker/contrib/pytest/plugin.py:23: def faker(request)
Requested fixture:
../root/build_env3/lib/python3.9/site-packages/pytest_randomly/__init__.py:301: def faker_seed(pytestconfig: 'Config') -> 'int'
browniebroke and ikhomutov
Metadata
Metadata
Assignees
Labels
No labels