From 5e1c47b990e1aba416bb5b183af865ade7a7c51b Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Tue, 20 Sep 2022 15:25:35 +0100 Subject: [PATCH] Remove unused pytest marker declaration --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e03c8828c..e1c73cfa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]