Skip to content

Commit 56fdb9d

Browse files
committed
exclude strict test from general tests
1 parent ed6a1eb commit 56fdb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
COVERAGE_FILE: '.coverage_func'
159159
SQLALCHEMY_WARN_20: 1
160160
run: |
161-
py.test -vv tests/*_test.py tests/test_*.py
161+
py.test -vv tests/*_test.py tests/test_*.py -m "not strict_endpoints_test"
162162
- name: Check availability of analyses endpoints
163163
env:
164164
COVERAGE_FILE: '.coverage_func'

0 commit comments

Comments
 (0)