Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2024-04-18 22:51:25 +02:00
parent 298f9b225d
commit 99b4767bf4
59 changed files with 93 additions and 93 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ def pytest_addoption(parser):
def pytest_configure(config):
config.addinivalue_line(
"markers", "longrun: mark test that is running slowly and should not be run regularily"
"markers", "longrun: mark test that is running slowly and should not be run regularly"
)
if not config.option.longrun:
setattr(config.option, 'markexpr', 'not longrun')