Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@

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