ApeWorX / archive-ape-cairo

Cairo programming language compiler plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
8 stars 6 forks source link

chore: prevent asyncio pytest warning #23

Closed ca11ab1e closed 2 years ago

ca11ab1e commented 2 years ago

What I did

Removed that pytest warnings:

DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file.

How I did it

How to verify it

Checklist