Remove top level await xdoctest fixture (#1098)

This is now natively supported since [xdoctest
#158](https://github.com/Erotemic/xdoctest/pull/158) has been released
so no need for the monkey patching fixture anymore.
This commit is contained in:
Steven B.
2024-08-22 16:14:47 +01:00
committed by GitHub
parent 4669e08605
commit ae1ee388f6
3 changed files with 26 additions and 62 deletions

View File

@@ -54,7 +54,7 @@ toml = "*"
tox = "*"
pytest-mock = "*"
codecov = "*"
xdoctest = "*"
xdoctest = ">=1.2.0"
coverage = {version = "*", extras = ["toml"]}
pytest-timeout = "^2"
pytest-freezer = "^0.4"