Skip to content

Commit

Permalink
Update tests/agents/arbitrage_agent/test_arbitrage_agent.py
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Jung <[email protected]>
  • Loading branch information
gabrielfior and kongzii authored Oct 14, 2024
1 parent 649ed61 commit 43b0ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/agents/arbitrage_agent/test_arbitrage_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def unrelated_market() -> t.Generator[AgentMarket, None, None]:
yield m1


@pytest.mark.skipif(not RUN_PAID_TESTS, reason="This test costs money to run.")
@pytest.mark.parametrize(
"related_market_fixture_name, is_correlated",
[("related_market", True), ("unrelated_market", False)],
Expand Down

0 comments on commit 43b0ab7

Please sign in to comment.