[CI] Don't test Exchange tentacles

This commit is contained in:
Herklos
2021-08-28 13:37:08 +02:00
parent 51cc88d7c8
commit cb602ae0ab
2 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ jobs:
DISABLE_SENTRY: True
run: |
pytest --cov=. --cov-config=.coveragerc --durations=0 -rw tests
pytest --durations=0 -rw tentacles
pytest --durations=0 -rw --ignore=tentacles/Trading/Exchange tentacles
- name: Pytests
env:
@@ -126,7 +126,7 @@ jobs:
if: matrix.type != 'cython'
run: |
pytest --cov=. --cov-config=.coveragerc --durations=0 -rw tests
pytest --durations=0 -rw tentacles
pytest --durations=0 -rw --ignore=tentacles/Trading/Exchange tentacles
- name: Publish coverage
if: matrix.type == 'sources' && github.event_name == 'push'

View File

@@ -13,4 +13,4 @@ else
fi
# run tests
pytest -rw tests tentacles
pytest -rw --ignore=tentacles/Trading/Exchange tests tentacles