Commit 9c4cceb
committed
fix: Skip tests parametrized with None on Python 3.7
Simplify the check to just skip any test parametrized with None value.
On Python 3.7, create_asgi_app is always None due to the conditional
import, so this catches all async-related parametrized tests.1 parent d6704f9 commit 9c4cceb
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 81 | + | |
| 82 | + | |
86 | 83 | | |
87 | 84 | | |
88 | 85 | | |
| |||
0 commit comments