Skip to content

Commit

Permalink
Fix skip message
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Oct 13, 2022
1 parent 04938ff commit 907cbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def test_no_error(self):

@pytest.mark.skipif(
sys.version_info < (3, 8),
reason="Mocks of async context manager don't work for 3.7",
reason="Tasks dont have names in 3.7",
)
@pytest.mark.asyncio
async def test_cancel_function(capsys):
Expand Down

0 comments on commit 907cbc1

Please sign in to comment.