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 9cc4218 commit 5aa320eCopy full SHA for 5aa320e
tests/conftest.py
@@ -18,9 +18,12 @@
18
if "GEVENT_TEST" not in os.environ:
19
collect_ignore_glob.append("*test_gevent*")
20
21
+# Python 3.10 support is incomplete yet
22
# TODO: Remove this once we start supporting Tornado >= 6.0
23
+# TODO: Remove this once we start supporting moto>=2.0 (impacting boto)
24
if sys.version_info.minor >= 10:
25
collect_ignore_glob.append("*test_tornado*")
26
+ collect_ignore_glob.append("*test_boto3_secretsmanager*")
27
28
29
# Set our testing flags
0 commit comments