Re: Differences between build and CI environment

2015-09-28 Thread Ole Streicher
Antonio Terceiro writes: > On Mon, Sep 28, 2015 at 04:31:12PM +0200, Cyril Brulebois wrote: >> Ole Streicher (2015-09-28): >> > @pytest.mark.skipif('not PY3_4 or sys.platform == "win32" or >> > sys.platform.startswith("gnu0")') >> > def test_multiprocessing_forkserver(): [...] >> >ctx = multi

Re: Differences between build and CI environment

2015-09-28 Thread Antonio Terceiro
On Mon, Sep 28, 2015 at 04:31:12PM +0200, Cyril Brulebois wrote: > Ole Streicher (2015-09-28): > > The CI tests run here are the same as in during the build process, where > > they succeed. Since it is a specific test that fails, I guess that it is > > not just the different location (build tree v

Re: Differences between build and CI environment

2015-09-28 Thread Cyril Brulebois
Ole Streicher (2015-09-28): > The CI tests run here are the same as in during the build process, where > they succeed. Since it is a specific test that fails, I guess that it is > not just the different location (build tree vs. installed version), but > the environment that is different. Specifica

Differences between build and CI environment

2015-09-28 Thread Ole Streicher
Hi, I am hunting for a CI failure in one of my packages [1]. It is marked as "timeout", but since the mark is at the same place over several versions, it is probably a real problem. The CI tests run here are the same as in during the build process, where they succeed. Since it is a specific test