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

Currently, if the test is marked with `forked`, this plugin tries to run it in a forked subprocess regardless of the current env. Also, adding a conditional skip marker does...

bug
enhancement
help wanted

It looks like https://github.com/pytest-dev/pytest-forked/blob/master/pyproject.toml is causing build failures due to setuptools ~= 41.4 (console output below). This has been seen in other packages as well. [A possible solution is to...

bug

The following test case fails when both `--forked` and xdist (`-n`, 2) is used. It passes if only `--forked` is used. ```python import pytest def test_segfault_reported_as_failure(testdir): p1 = testdir.makepyfile(""" import...

Just wanted to point that this package can be a useful protection against "pollution" of the interpreter state. For example when testing behaviour of custom imports, given the global state...

help wanted

Hi, when trying to add pytest-timeout to troubleshoot a hanging test, I get the following output: ``` Traceback (most recent call last): File "/opt/conda/lib/python3.6/site-packages/_pytest/main.py", line 203, in wrap_session session.exitstatus =...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies