Skip to content

Commit 605bc34

Browse files
committed
Run non integration tests
1 parent e2fd2a7 commit 605bc34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -m black --check .
3838
- name: Test with pytest
3939
run: |
40-
pytest
40+
pytest -m 'not integration'
4141
- name: Test coverage
4242
run: |
4343
python3 -m pytest --cov=. --cov-fail-under=85 -m 'not integration'

0 commit comments

Comments
 (0)