We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f1e26 commit bfca051Copy full SHA for bfca051
1 file changed
tests/conftest.py
@@ -83,8 +83,10 @@
83
"*test_fastapi*",
84
# Development version of Python always break logging tests, so we skip then
85
"*test_logging*",
86
- # Removing TestAioPika due to "Too long with no output" errors
+ # Removing the following tests due to "Too long with no output"
87
+ # errors from CircleCI pipeline
88
"*test_aio_pika*",
89
+ "*test_pyramid*",
90
]
91
)
92
0 commit comments