File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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" )
179178async 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" )
220218def 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" )
421418def test_create_gridpool_order_with_invalid_params (
422419 # pylint: disable=too-many-arguments, too-many-positional-arguments
423420 set_up : SetupParams ,
Original file line number Diff line number Diff line change @@ -462,7 +462,6 @@ def test_order_from_pb() -> None:
462462 )
463463
464464
465- @pytest .mark .filterwarnings ("ignore::pytest.PytestUnraisableExceptionWarning" )
466465def test_trade_to_pb () -> None :
467466 """Test the client trade type conversions to protobuf."""
468467 assert_conversion_to_pb (
You can’t perform that action at this time.
0 commit comments