##// END OF EJS Templates
make sure to run async tests...
make sure to run async tests there are some `async def` tests, but they are skipped without `mark("asyncio")`

File last commit:

r27264:84fa21b3
r27386:82d1a374
Show More
pyproject.toml
3 lines | 111 B | application/toml | TOMLLexer
James Morris
PEP 517 support
r27264 [build-system]
requires = ["setuptools >= 51.0.0", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"