]> granicus.if.org Git - python/commit
bpo-34685: Skip posix_spawn scheduler tests on BSD (GH-9316)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 14 Sep 2018 22:12:22 +0000 (15:12 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Sep 2018 22:12:22 +0000 (15:12 -0700)
commit3d18b50a12e639e018d49d7b85663164d60bfd2b
tree16d9af1b98f877e5d9be6e6c0d5e834e711d01aa
parent7372c3bbefb4763dbd1b6d66f7971bef28c0f056
bpo-34685: Skip posix_spawn scheduler tests on BSD (GH-9316)

* Skip posix_spawn scheduler tests on BSD. We were already skyping similar tests as the behaviour can depend on the implementation in some cases.
Lib/test/test_posix.py