瀏覽代碼

Disable stdin import test on Windows

default_compile_flags
vector-of-bool 3 年之前
父節點
當前提交
e152f45053
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      tests/test_pkg.py

+ 2
- 0
tests/test_pkg.py 查看文件

@@ -47,6 +47,8 @@ def test_import_sdist_archive(_test_pkg: Tuple[Path, Project]) -> None:
'Non-package content appeared in the package cache'


@pytest.mark.skipif(platform.system() == 'Windows',
reason='Windows has trouble reading packages from stdin. Need to investigate.')
def test_import_sdist_stdin(_test_pkg: Tuple[Path, Project]) -> None:
sdist, project = _test_pkg
pipe = subprocess.Popen(

Loading…
取消
儲存