Remove unused pytest marker declaration

This commit is contained in:
Darren Burns
2022-09-20 15:25:35 +01:00
parent e3a917ea71
commit 5e1c47b990

View File

@@ -59,7 +59,6 @@ testpaths = ["tests"]
addopts = "--strict-markers"
markers = [
"integration_test: marks tests as slow integration tests (deselect with '-m \"not integration_test\"')",
"snapshot: marks test as a snapshot test",
]
[build-system]