mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
no test failures due to my changes.
This commit is contained in:
parent
4c6318c4f7
commit
37de453104
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** Placeholder for PUSHD/POPD to UNC paths on Windows.
|
||||
**Changed:**
|
||||
|
||||
* Placeholder for PUSHD/POPD to UNC paths on Windows.
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import builtins
|
||||
import pytest
|
||||
from tests.tools import DummyShell, sp, XonshBlockError
|
||||
from tests.tools import DummyShell, sp
|
||||
import xonsh.built_ins
|
||||
from xonsh.built_ins import ensure_list_of_strs
|
||||
from xonsh.execer import Execer
|
||||
|
|
Loading…
Add table
Reference in a new issue