We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379eca2 commit f5fb10fCopy full SHA for f5fb10f
1 file changed
.github/workflows/tests.yml
@@ -23,6 +23,9 @@ jobs:
23
pip install -e .[test]
24
- name: Test with pytest
25
run: |
26
- pytest --cov=flask_executor/ --cov-report=xml
+ pytest --cov=flask_executor/ --cov-report=xml --ignore=test_gevent.py
27
+ - name: Gevent-specific test with pytest
28
+ run: |
29
+ python -m gevent.monkey --module pytest tests/test_gevent.py
30
- name: Upload coverage to Codecov
31
uses: codecov/codecov-action@v3
0 commit comments