From 427cc17252436b1745ca94b4f877219d0bf8578b Mon Sep 17 00:00:00 2001 From: Artem Veremey Date: Fri, 8 Apr 2022 22:00:18 -0700 Subject: [PATCH] Add pytest.mark.linux to test_plot_oi (#1662) Co-authored-by: Colin Delahunty <72827203+colin99d@users.noreply.github.com> --- tests/openbb_terminal/stocks/options/test_tradier_view.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/openbb_terminal/stocks/options/test_tradier_view.py b/tests/openbb_terminal/stocks/options/test_tradier_view.py index 1b8921995448..a748be88c87a 100644 --- a/tests/openbb_terminal/stocks/options/test_tradier_view.py +++ b/tests/openbb_terminal/stocks/options/test_tradier_view.py @@ -64,6 +64,7 @@ def test_display_chains(calls_only, max_sp, min_sp, mocker, puts_only): ) +@pytest.mark.linux @pytest.mark.default_cassette("test_plot_oi") @pytest.mark.vcr @pytest.mark.parametrize(