Skip to content

Commit 5cdfe68

Browse files
Pin the pytest-asyncio version
1 parent 1738627 commit 5cdfe68

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# (C) Datadog, Inc. 2018-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4+
45
__path__ = __import__('pkgutil').extend_path(__path__, __name__) # type: ignore
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin the `pytest-asyncio` version to 0.23.2

datadog_checks_dev/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"psutil",
4040
"py>=1.8.2; python_version < '3.0'", # https://github.com/ionelmc/pytest-benchmark/issues/226
4141
"pytest",
42-
"pytest-asyncio>=0.20.3; python_version > '3.0'",
42+
"pytest-asyncio==0.23.2; python_version > '3.0'",
4343
"pytest-benchmark[histogram]<4.0.0; python_version < '3.0'",
4444
"pytest-benchmark[histogram]>=4.0.0; python_version > '3.0'",
4545
"pytest-cov>=2.6.1",

0 commit comments

Comments
 (0)