Update test_main.py (#4223)

This commit is contained in:
Andy Kipp 2021-04-07 21:37:21 +03:00 committed by GitHub
parent 5a792a6eec
commit 16884fc605
Failed to generate hash of commit

View file

@ -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."""