We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ce095 commit d940ae1Copy full SHA for d940ae1
tests/conftest.py
@@ -27,10 +27,8 @@
27
28
# Python 3.10 support is incomplete yet
29
# TODO: Remove this once we start supporting Tornado >= 6.0
30
-# TODO: Remove this once we start supporting moto>=2.0 (impacting boto)
31
if sys.version_info.minor >= 10:
32
collect_ignore_glob.append("*test_tornado*")
33
- collect_ignore_glob.append("*test_boto3_secretsmanager*")
34
# Furthermore on Python 3.11 the above TC is skipped:
35
# tests/opentracing/test_ot_span.py::TestOTSpan::test_stacks
36
# TODO: Remove that once we find a workaround or DROP opentracing!
0 commit comments