summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-05-01 12:56:06 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2020-05-01 15:10:28 -0300
commitfd2f172258d120912b6cb5fb2b9e7eab714b6098 (patch)
tree8219eafee952b73ea2a376bad440d32c3f4cc64d /.github
parentbe68496440508b760ba1f988bcc63d1d09ace206 (diff)
downloadpytest-fd2f172258d120912b6cb5fb2b9e7eab714b6098.tar.gz
Let unittest frameworks deal with async functions
Instead of trying to handle unittest-async functions in pytest_pyfunc_call, let the unittest framework handle them instead. This lets us remove the hack in pytest_pyfunc_call, with the upside that we should support any unittest-async based framework. Also included 'asynctest' as test dependency for py37-twisted, and renamed 'twisted' to 'unittestextras' to better reflect that we install 'twisted' and 'asynctest' now. This also fixes the problem of cleanUp functions not being properly called for async functions. Fix #7110 Fix #6924
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 80317f1c1..722835583 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
- name: "windows-py38"
python: "3.8"
os: windows-latest
- tox_env: "py38-twisted"
+ tox_env: "py38-unittestextras"
use_coverage: true
- name: "ubuntu-py35"