mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
test: xfail virtualenv plugin
This commit is contained in:
parent
667efceb72
commit
a5eb5bfbf2
1 changed files with 3 additions and 0 deletions
|
@ -2,9 +2,12 @@ import sys
|
|||
from pathlib import Path
|
||||
from subprocess import check_output
|
||||
|
||||
import pytest
|
||||
|
||||
from xonsh.pytest.tools import ON_WINDOWS
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="upstream error from virtualenv project")
|
||||
def test_xonsh_activator(tmp_path):
|
||||
# Create virtualenv
|
||||
venv_dir = tmp_path / "venv"
|
||||
|
|
Loading…
Add table
Reference in a new issue