pytest-forked icon indicating copy to clipboard operation
pytest-forked copied to clipboard

extracted --boxed from pytest-xdist to ensure backward compat

Results 16 pytest-forked issues
Sort by recently updated
recently updated
newest added

Hello! I'm getting the following traceback when trying to use `pytest-forked`, but when looking through the output of `dir(py)` right before `ff = py.process.ForkedFunc(runforked)`, `py` does indeed seem to have...

tests marked with `@pytest.mark.forked ` that work in `pytest` v. 6.2.5 will fail in `pytest` v. 7.x.x with message: ``` AssertionError: previous item was not torn down properly ``` see:...

bug

Hi fellas. I am building a tests profiler for collecting various statistics before/during test cases execution. Since we use pytest-xdist, I decided its finally time to look into how new...

While technically the "problem" is in pytest itself, I think it'd be better if the test suite would be more resilient to warnings that don't affect the result. ```pytb =========================================================...

The `tox.ini` limits the testing support for `linux` and `darwin` only, but there are some other non-Windows platforms that are able to run tests properly. I just confirmed that on...

Not sure why this has suddenly changed, but tests are now erroring on Mac OSX runners. Worst part is that the process doesn't end after this error, so the CI...

Hi, I found out in https://github.com/openai/gym/issues/2647 that the pytest `--forked` option seems to miss to report many warnings. With the `--forked` option I get only **2 warnings**: ``` ❯ docker...

Hi, I'm trying to update this package to 1.3.0 on GNU Guix, but I'm encountering the following test failures: ``` ============================= test session starts ============================== platform linux -- Python 3.8.2,...

bug

Somerimes it is good to reprt even some minir warnings :) ```console + cd pytest-forked-1.3.0 + /usr/bin/python3 -Bm tox --skip-missing-interpreters .package create: /home/tkloczko/rpmbuild/BUILD/pytest-forked-1.3.0/.tox/.package .package installdeps: setuptools ~= 41.4, setuptools_scm ~=...

Steps to reproduce Create two files in root workspace ``` py # foo.py def test_bar(): fjaoisjdfoiajsdofi ``` ```toml # pyproject.toml [tool.pytest.ini_options] faulthandler_timeout=1800 ``` Create a minimal venv with pytest-forked ```sh...

bug