Skip to content

Commit bfca051

Browse files
committed
fix up 1
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent 42f1e26 commit bfca051

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@
8383
"*test_fastapi*",
8484
# Development version of Python always break logging tests, so we skip then
8585
"*test_logging*",
86-
# Removing TestAioPika due to "Too long with no output" errors
86+
# Removing the following tests due to "Too long with no output"
87+
# errors from CircleCI pipeline
8788
"*test_aio_pika*",
89+
"*test_pyramid*",
8890
]
8991
)
9092

0 commit comments

Comments
 (0)