Browse Source

Disable stdin import test on Windows

default_compile_flags
vector-of-bool 3 years ago
parent
commit
e152f45053
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/test_pkg.py

+ 2
- 0
tests/test_pkg.py View File

'Non-package content appeared in the package cache' '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: def test_import_sdist_stdin(_test_pkg: Tuple[Path, Project]) -> None:
sdist, project = _test_pkg sdist, project = _test_pkg
pipe = subprocess.Popen( pipe = subprocess.Popen(

Loading…
Cancel
Save