Skip to content

Commit 5aa320e

Browse files
committed
Skip boto3_secretsmanager TC on 3.10
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 9cc4218 commit 5aa320e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
if "GEVENT_TEST" not in os.environ:
1919
collect_ignore_glob.append("*test_gevent*")
2020

21+
# Python 3.10 support is incomplete yet
2122
# TODO: Remove this once we start supporting Tornado >= 6.0
23+
# TODO: Remove this once we start supporting moto>=2.0 (impacting boto)
2224
if sys.version_info.minor >= 10:
2325
collect_ignore_glob.append("*test_tornado*")
26+
collect_ignore_glob.append("*test_boto3_secretsmanager*")
2427

2528

2629
# Set our testing flags

0 commit comments

Comments
 (0)