Skip to content

Commit

Permalink
Marked CSH unittest as xfail
Browse files Browse the repository at this point in the history
Given that pure CSH doesn't support argument passing to sourced scripts we do not expect this test to pass.
  • Loading branch information
kenodegard committed Mar 20, 2018
1 parent 0079d8a commit 7906ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ def basic_csh(self, shell):
shell.assert_env_var('CONDA_SHLVL', '0')

@pytest.mark.skipif(not which('csh'), reason='csh not installed')
@pytest.mark.xfail(reason="pure csh doesn't support argument passing to sourced scripts")
def test_csh_basic_integration(self):
with InteractiveShell('csh') as shell:
self.basic_csh(shell)
Expand Down

0 comments on commit 7906ee0

Please sign in to comment.