summaryrefslogtreecommitdiff
path: root/.github
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 /.github
parent56afe91d5dc338db3440b2e9ecdea3e522dba30f (diff)
downloadapscheduler-2a4eb36499f976e4da6b4ff18880b8292d067975.tar.gz
Applied pytest-lazy-fixture to data stores too
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeqa-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index d7f8590..e0c62c4 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -67,4 +67,4 @@ jobs:
- name: Install the project and its dependencies
run: pip install -e .[test]
- name: Test with pytest
- run: pytest -m "not externaldb"
+ run: pytest -m "not external_service"