Update docs/src/release-notes-python.md

Co-authored-by: Simon Knott <info@simonknott.de>
Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2025-02-03 13:53:55 +01:00 committed by GitHub
parent a8c84107a2
commit 029d0b26fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ toc_max_heading_level: 2
### Async Pytest Plugin
* [Playwright's Pytest plugin](./test-runners.md) has now support for [Async Fixtures](https://playwright.dev/python/docs/test-runners#async-fixtures).
* [Playwright's Pytest plugin](./test-runners.md) now has support for [Async Fixtures](https://playwright.dev/python/docs/test-runners#async-fixtures).
### Miscellaneous