From 77ea630d84fb03d9bdd3c7721f8bca9e02e23d47 Mon Sep 17 00:00:00 2001 From: nvbn Date: Tue, 28 Jun 2016 00:11:56 +0300 Subject: [PATCH] #524: Remove `skip_without_docker` hacks --- tests/functional/test_fish.py | 8 ++++---- tests/functional/test_performance.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/functional/test_fish.py b/tests/functional/test_fish.py index eb02f053..ce7e01e6 100644 --- a/tests/functional/test_fish.py +++ b/tests/functional/test_fish.py @@ -29,25 +29,25 @@ def proc(request, spawnu): @pytest.mark.functional -@pytest.mark.skip_without_docker +@pytest.mark.once_without_docker def test_with_confirmation(proc, TIMEOUT): with_confirmation(proc, TIMEOUT) @pytest.mark.functional -@pytest.mark.skip_without_docker +@pytest.mark.once_without_docker def test_select_command_with_arrows(proc, TIMEOUT): select_command_with_arrows(proc, TIMEOUT) @pytest.mark.functional -@pytest.mark.skip_without_docker +@pytest.mark.once_without_docker def test_refuse_with_confirmation(proc, TIMEOUT): refuse_with_confirmation(proc, TIMEOUT) @pytest.mark.functional -@pytest.mark.skip_without_docker +@pytest.mark.once_without_docker def test_without_confirmation(proc, TIMEOUT): without_confirmation(proc, TIMEOUT) diff --git a/tests/functional/test_performance.py b/tests/functional/test_performance.py index c9b69357..f0917ecc 100644 --- a/tests/functional/test_performance.py +++ b/tests/functional/test_performance.py @@ -40,7 +40,7 @@ def plot(proc, TIMEOUT): @pytest.mark.functional -@pytest.mark.skip_without_docker +@pytest.mark.once_without_docker @pytest.mark.benchmark(min_rounds=10) def test_performance(spawnu, TIMEOUT, benchmark): proc = spawnu(u'thefuck/ubuntu-python3-bash-performance',