24fd292878
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
4 lines
254 B
ReStructuredText
4 lines
254 B
ReStructuredText
Applying a mark to a fixture function now issues a warning: marks in fixtures never had any effect, but it is a common user error to apply a mark to a fixture (for example ``usefixtures``) and expect it to work.
|
|
|
|
This will become an error in the future.
|