Merge branch 'css' into docs-update

This commit is contained in:
Will McGugan
2022-05-23 18:09:43 +01:00
committed by GitHub
17 changed files with 417 additions and 153 deletions

View File

@@ -49,7 +49,7 @@ includes = "src"
asyncio_mode = "auto"
testpaths = ["tests"]
markers = [
"integration_test: marks tests as slow integration tests(deselect with '-m \"not integration_test\"')",
"integration_test: marks tests as slow integration tests (deselect with '-m \"not integration_test\"')",
]
[build-system]