Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Kale Franz <[email protected]>
  • Loading branch information
kalefranz committed Jun 18, 2018
1 parent 082fe8f commit 51d3d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1362,8 +1362,8 @@ def basic_posix(self, shell):
assert 'venusaur' in PATH4
assert PATH4 == PATH2

# @pytest.mark.xfail(on_win and datetime.now() < datetime(2018, 7, 1), strict=True,
# reason="Appveyor config changed. Need to debug.")
@pytest.mark.xfail(on_win and datetime.now() < datetime(2018, 7, 1), strict=True,
reason="Appveyor config changed. Need to debug.")
@pytest.mark.skipif(not which('bash'), reason='bash not installed')
def test_bash_basic_integration(self):
with InteractiveShell('bash') as shell:
Expand Down

0 comments on commit 51d3d84

Please sign in to comment.