Skip to content

Commit 096fcd3

Browse files
committed
Revert "Ignore warnings in problematic tests"
This reverts commit 90e85a2.
1 parent d33f72e commit 096fcd3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/test_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ async def test_stream_gridpool_orders_with_optional_inputs(set_up: SetupParams)
175175
]
176176

177177

178-
@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning")
179178
async def test_stream_gridpool_trades(
180179
set_up: SetupParams,
181180
) -> None:
@@ -216,7 +215,6 @@ async def test_receive_public_trades(
216215
]
217216

218217

219-
@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning")
220218
def test_create_gridpool_order(
221219
set_up: SetupParams,
222220
) -> None:
@@ -417,7 +415,6 @@ async def test_list_gridpool_orders(
417415
),
418416
],
419417
)
420-
@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning")
421418
def test_create_gridpool_order_with_invalid_params(
422419
# pylint: disable=too-many-arguments, too-many-positional-arguments
423420
set_up: SetupParams,

tests/test_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ def test_order_from_pb() -> None:
462462
)
463463

464464

465-
@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning")
466465
def test_trade_to_pb() -> None:
467466
"""Test the client trade type conversions to protobuf."""
468467
assert_conversion_to_pb(

0 commit comments

Comments
 (0)