summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/cookiecutters/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/cookiecutters/pytest.ini')
-rw-r--r--docs/quick_tutorial/cookiecutters/pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/cookiecutters/pytest.ini b/docs/quick_tutorial/cookiecutters/pytest.ini
index 515cc3cf0..b678eef00 100644
--- a/docs/quick_tutorial/cookiecutters/pytest.ini
+++ b/docs/quick_tutorial/cookiecutters/pytest.ini
@@ -1,5 +1,5 @@
[pytest]
-addopts = --strict
+addopts = --strict-markers
testpaths =
cc_starter