Skip to content

Commit d940ae1

Browse files
GSVarshaFerenc-
authored andcommitted
Unskip boto3_secretsmanager TC on python>=3.10
Signed-off-by: Varsha GS <[email protected]>
1 parent 01ce095 commit d940ae1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@
2727

2828
# Python 3.10 support is incomplete yet
2929
# TODO: Remove this once we start supporting Tornado >= 6.0
30-
# TODO: Remove this once we start supporting moto>=2.0 (impacting boto)
3130
if sys.version_info.minor >= 10:
3231
collect_ignore_glob.append("*test_tornado*")
33-
collect_ignore_glob.append("*test_boto3_secretsmanager*")
3432
# Furthermore on Python 3.11 the above TC is skipped:
3533
# tests/opentracing/test_ot_span.py::TestOTSpan::test_stacks
3634
# TODO: Remove that once we find a workaround or DROP opentracing!

0 commit comments

Comments
 (0)