Skip to content

Commit

Permalink
Use -m 'not slow' by default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Nov 14, 2023
1 parent e38d3f1 commit ec3704d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ log_cli = 1
log_cli_level = WARNING
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
log_cli_date_format=%Y-%m-%d %H:%M:%S
addopts = --strict-markers
addopts = --strict-markers -m 'not slow'
markers =
slow: marks tests as slow (deselect with '-m "not slow"')

0 comments on commit ec3704d

Please sign in to comment.