Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
willronchetti committed Nov 7, 2019
1 parent 03e90f8 commit 5b30931
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_import_data.py
Expand Up @@ -707,7 +707,7 @@ def test_cabin_cross_check_remote_w_single_lab_award(mocker, connection_mock, ca
assert out.strip() == message.strip()


@pytest.mark.skip # invalid use of mocker.patch.object
@pytest.mark.skip # invalid use of mocker.patch.object
def test_cabin_cross_check_not_remote_w_lab_award_options(mocker, connection_mock, capsys):
with mocker.patch('wranglertools.import_data.os.path.isfile', return_value=True):
with mocker.patch.object(connection_mock, 'prompt_for_lab_award', return_value='blah'):
Expand Down
1 change: 0 additions & 1 deletion wranglertools/import_data.py
Expand Up @@ -21,7 +21,6 @@
import ast
import os
import time
import subprocess
import shutil
import re
from collections import OrderedDict, Counter
Expand Down

0 comments on commit 5b30931

Please sign in to comment.