Update changelog/3664.deprecation.rst

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Thomas Grainger 2022-10-10 12:28:14 +01:00 committed by GitHub
parent a1b10b552a
commit 24fd292878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
Applying a mark to a fixture function is deprecated. Doing so has no effect.
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.