Skip to content

Commit 22f122c

Browse files
committed
async/await syntax not support+ED+ on Python <3.5
1 parent 2f35f0d commit 22f122c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def skip_if_reactor_not(expected_reactor):
4242
def skip_if_no_async_await():
4343
return pytest.mark.skipif(
4444
not pytest_twisted.ASYNC_AWAIT,
45-
reason="async/await syntax not support on Python <3.5",
45+
reason="async/await syntax not supported on Python <3.5",
4646
)
4747

4848

0 commit comments

Comments
 (0)