summaryrefslogtreecommitdiff
path: root/tests/test_asyncio/test_scripting.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_asyncio/test_scripting.py')
-rw-r--r--tests/test_asyncio/test_scripting.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_asyncio/test_scripting.py b/tests/test_asyncio/test_scripting.py
index 764525f..406ab20 100644
--- a/tests/test_asyncio/test_scripting.py
+++ b/tests/test_asyncio/test_scripting.py
@@ -4,6 +4,8 @@ import pytest
if sys.version_info[0:2] == (3, 6):
import pytest as pytest_asyncio
+
+ pytestmark = pytest.mark.asyncio
else:
import pytest_asyncio