mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Update test_main.py (#4223)
This commit is contained in:
parent
5a792a6eec
commit
16884fc605
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ def test_premain_custom_rc(shell, tmpdir, monkeypatch):
|
|||
assert args.mode == XonshMode.interactive
|
||||
assert f.strpath in builtins.__xonsh__.env.get("XONSHRC")
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
ON_WINDOWS and sys.version[:3] == "3.8", reason="weird failure on py38+windows",
|
||||
)
|
||||
def test_rc_with_modules(shell, tmpdir, monkeypatch, capsys):
|
||||
"""Test that an RC file can load modules inside the same folder it is located in."""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue