clearer language in the slow mark documentation

This commit is contained in:
Jean-Paul Calderone 2023-01-20 15:20:42 -05:00
parent c46ab2d88b
commit a9875b19c3

View File

@ -1,3 +1,3 @@
[pytest]
markers =
slow: marks tests as slow (deselect with '--runslow')
slow: marks tests as slow (not run by default; run them with '--runslow')