summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-09-11 23:03:46 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-09-11 23:07:44 +0300
commit2a4eb36499f976e4da6b4ff18880b8292d067975 (patch)
treed881e549efc77a0e4aeeb5f4f10fea1edcbfc789 /pyproject.toml
parent56afe91d5dc338db3440b2e9ecdea3e522dba30f (diff)
downloadapscheduler-2a4eb36499f976e4da6b4ff18880b8292d067975.tar.gz
Applied pytest-lazy-fixture to data stores too
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a887726..a958502 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,6 +14,9 @@ local_scheme = "dirty-tag"
addopts = "-rsx --tb=short"
testpaths = "tests"
filterwarnings = "always"
+markers = [
+ "external_service: marks tests as requiring some external service",
+]
[tool.coverage.run]
source = ["apscheduler"]