You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2270: Fixed self reference in function-scoped fixtures defined plugin classes:
previously self would be a reference to a test class, not the plugin class.
#570: Fixed long
standing issue where fixture scope was not respected when indirect
fixtures were used during parametrization.
#5782: Fix
decoding error when printing an error response from --pastebin.
#5786: Chained
exceptions in test and collection reports are now correctly
serialized, allowing plugins like pytest-xdist to display
them properly.
#5792: Windows:
Fix error that occurs in certain circumstances when loading conftest.py from a working directory that has casing other than
the one stored in the filesystem (e.g., c:\test instead of C:\test).