Conversation
|
A little explain for 7c42ab7. Gevent uses a custom Using |
|
FYI if you're seeing the test for "propagate exception callback" failing in your gevent tests:
|
|
I originally left the pull request as draft for two reasons:
As I wrote above, f5fb10f needs to be merged on master before tests can pass... - name: Test with pytest
run: |
pytest --cov=flask_executor/ --cov-report=xml --ignore=test_gevent.py
- name: Gevent-specific test with pytest
run: |
python -m gevent.monkey --module pytest tests/test_gevent.pyIf you prefer I can just toss |
f5fb10f to
a34ca4d
Compare
a34ca4d to
b0cfcdd
Compare
|
Since I'll try to figure out what's the best way to enable |
83cebd4 to
c80d4bc
Compare
|
I feel the PR is ready to be merged, waiting for your approval @dchevell |
cb396a7 to
96779bb
Compare
0a125fc to
96779bb
Compare
Resolves #50
Gevent-specific tests needs to be run with
python -m gevent.monkey --module pytest tests/test_gevent.py