* Package: dev-python/pytest-check-1.0.4 * Repository: gentoo * Maintainer: arthurzam@gentoo.org * USE: elibc_glibc ia64 kernel_linux python_targets_python3_9 test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking pytest-check-1.0.4.gh.tar.gz to /var/tmp/portage/dev-python/pytest-check-1.0.4/work >>> Source unpacked in /var/tmp/portage/dev-python/pytest-check-1.0.4/work >>> Preparing source in /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4 ... * python3_9: running distutils-r1_run_phase distutils-r1_python_compile python3.9 -m pyproject2setuppy build -j 5 running build running build_py creating /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/lib/pytest_check copying pytest_check/__init__.py -> /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/lib/pytest_check copying pytest_check/plugin.py -> /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/lib/pytest_check copying pytest_check/check_methods.py -> /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/lib/pytest_check warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. >>> Test phase: dev-python/pytest-check-1.0.4 * python3_9: running distutils-r1_run_phase python_test python3.9 -m pyproject2setuppy install --root=/var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/test --install-lib=lib --install-scripts=scripts running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py warning: build_py: byte-compiling is disabled, skipping. running install_lib creating /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/test creating /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/test/lib creating /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/test/lib/pytest_check copying /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/lib/pytest_check/__init__.py -> /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/test/lib/pytest_check copying /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/lib/pytest_check/plugin.py -> /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/test/lib/pytest_check copying /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/lib/pytest_check/check_methods.py -> /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/test/lib/pytest_check warning: install_lib: byte-compiling is disabled, skipping. running install_egg_info running egg_info creating pytest_check.egg-info writing pytest_check.egg-info/PKG-INFO writing dependency_links to pytest_check.egg-info/dependency_links.txt writing entry points to pytest_check.egg-info/entry_points.txt writing top-level names to pytest_check.egg-info/top_level.txt writing manifest file 'pytest_check.egg-info/SOURCES.txt' listing git files failed - pretending there aren't any reading manifest file 'pytest_check.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'pytest_check.egg-info/SOURCES.txt' Copying pytest_check.egg-info to /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4-python3_9/test/lib/pytest_check-1.0.4-py3.9.egg-info running install_scripts python3.9 -m pytest -vv -ra -l -Wdefault --color=yes -p no:cov -p no:flake8 -p no:flakes -p no:pylint =========================================================================== test session starts =========================================================================== platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/bin/python3.9 cachedir: .pytest_cache hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4/.hypothesis/examples') rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4 plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3 asyncio: mode=legacy collecting ... collected 40 items tests/test_check.py::test_equal PASSED [ 2%] tests/test_check.py::test_not_equal PASSED [ 5%] tests/test_check.py::test_is PASSED [ 7%] tests/test_check.py::test_is_not PASSED [ 10%] tests/test_check.py::test_is_true PASSED [ 12%] tests/test_check.py::test_is_false PASSED [ 15%] tests/test_check.py::test_is_none PASSED [ 17%] tests/test_check.py::test_is_not_none PASSED [ 20%] tests/test_check.py::test_is_in PASSED [ 22%] tests/test_check.py::test_is_not_in PASSED [ 25%] tests/test_check.py::test_is_instance PASSED [ 27%] tests/test_check.py::test_is_not_instance PASSED [ 30%] tests/test_check.py::test_almost_equal PASSED [ 32%] tests/test_check.py::test_not_almost_equal PASSED [ 35%] tests/test_check.py::test_greater PASSED [ 37%] tests/test_check.py::test_greater_equal PASSED [ 40%] tests/test_check.py::test_less PASSED [ 42%] tests/test_check.py::test_less_equal PASSED [ 45%] tests/test_check.py::test_watch_them_all_fail PASSED [ 47%] tests/test_check.py::test_check_xfail FAILED [ 50%] tests/test_check.py::test_check_xfail_strict FAILED [ 52%] tests/test_check.py::test_check_xpassed FAILED [ 55%] tests/test_check.py::test_check_xpassed_strict FAILED [ 57%] tests/test_check.py::test_check_and_assert FAILED [ 60%] tests/test_check.py::test_stop_on_fail PASSED [ 62%] tests/test_check_context_manager.py::test_context_manager PASSED [ 65%] tests/test_check_context_manager.py::test_context_manager_with_msg PASSED [ 67%] tests/test_check_context_manager.py::test_context_manager_fail PASSED [ 70%] tests/test_check_context_manager.py::test_context_manager_fail_with_msg PASSED [ 72%] tests/test_check_context_manager.py::test_stop_on_fail PASSED [ 75%] tests/test_check_context_manager.py::test_stop_on_fail_with_msg PASSED [ 77%] tests/test_check_errors.py::test_setup_failure PASSED [ 80%] tests/test_check_errors.py::test_teardown_failure PASSED [ 82%] tests/test_check_errors.py::test_mix PASSED [ 85%] tests/test_check_fixture.py::test_check_fixture PASSED [ 87%] tests/test_check_func_decorator.py::test_pass PASSED [ 90%] tests/test_check_func_decorator.py::test_return_val_True PASSED [ 92%] tests/test_check_func_decorator.py::test_fail PASSED [ 95%] tests/test_maxfail.py::test_check_maxfail_1 PASSED [ 97%] tests/test_maxfail.py::test_check_maxfail_2 PASSED [100%] ================================================================================ FAILURES ================================================================================= ____________________________________________________________________________ test_check_xfail _____________________________________________________________________________ testdir = def test_check_xfail(testdir): testdir.makepyfile( """ import pytest_check as check import pytest @pytest.mark.xfail() def test_fail(): check.equal(1, 2) """ ) result = testdir.runpytest() result.assert_outcomes(xfailed=1) > result.stdout.fnmatch_lines(["* 1 xfailed *"]) E Failed: nomatch: '* 1 xfailed *' E and: '=========================================================================== test session starts ===========================================================================' E and: 'platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0' E and: 'rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/temp/pytest-of-portage/pytest-0/test_check_xfail0' E and: 'plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3' E and: 'asyncio: mode=legacy' E and: 'collected 1 item' E and: '' E and: 'test_check_xfail.py x [100%]' E and: '' E and: '============================================================================ warnings summary =============================================================================' E and: '../../../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191' E and: " /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file." E and: ' config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)' E and: '' E and: '-- Docs: https://docs.pytest.org/en/stable/warnings.html' E and: '====================================================================== 1 xfailed, 1 warning in 0.43s ======================================================================' E remains unmatched: '* 1 xfailed *' result = testdir = /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4/tests/test_check.py:200: Failed -------------------------------------------------------------------------- Captured stdout call --------------------------------------------------------------------------- =========================================================================== test session starts =========================================================================== platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/temp/pytest-of-portage/pytest-0/test_check_xfail0 plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3 asyncio: mode=legacy collected 1 item test_check_xfail.py x [100%] ============================================================================ warnings summary ============================================================================= ../../../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191 /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file. config.issue_config_time_warning(LEGACY_MODE, stacklevel=2) -- Docs: https://docs.pytest.org/en/stable/warnings.html ====================================================================== 1 xfailed, 1 warning in 0.43s ====================================================================== _________________________________________________________________________ test_check_xfail_strict _________________________________________________________________________ testdir = def test_check_xfail_strict(testdir): testdir.makepyfile( """ import pytest_check as check import pytest @pytest.mark.xfail(strict=True) def test_fail(): check.equal(1, 2) """ ) result = testdir.runpytest() result.assert_outcomes(xfailed=1) > result.stdout.fnmatch_lines(["* 1 xfailed *"]) E Failed: nomatch: '* 1 xfailed *' E and: '=========================================================================== test session starts ===========================================================================' E and: 'platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0' E and: 'rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/temp/pytest-of-portage/pytest-0/test_check_xfail_strict0' E and: 'plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3' E and: 'asyncio: mode=legacy' E and: 'collected 1 item' E and: '' E and: 'test_check_xfail_strict.py x [100%]' E and: '' E and: '============================================================================ warnings summary =============================================================================' E and: '../../../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191' E and: " /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file." E and: ' config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)' E and: '' E and: '-- Docs: https://docs.pytest.org/en/stable/warnings.html' E and: '====================================================================== 1 xfailed, 1 warning in 0.19s ======================================================================' E remains unmatched: '* 1 xfailed *' result = testdir = /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4/tests/test_check.py:217: Failed -------------------------------------------------------------------------- Captured stdout call --------------------------------------------------------------------------- =========================================================================== test session starts =========================================================================== platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/temp/pytest-of-portage/pytest-0/test_check_xfail_strict0 plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3 asyncio: mode=legacy collected 1 item test_check_xfail_strict.py x [100%] ============================================================================ warnings summary ============================================================================= ../../../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191 /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file. config.issue_config_time_warning(LEGACY_MODE, stacklevel=2) -- Docs: https://docs.pytest.org/en/stable/warnings.html ====================================================================== 1 xfailed, 1 warning in 0.19s ====================================================================== ___________________________________________________________________________ test_check_xpassed ____________________________________________________________________________ testdir = def test_check_xpassed(testdir): testdir.makepyfile( """ import pytest_check as check import pytest @pytest.mark.xfail() def test_fail(): check.equal(1, 1) """ ) result = testdir.runpytest() result.assert_outcomes(xpassed=1) > result.stdout.fnmatch_lines(["* 1 xpassed *"]) E Failed: nomatch: '* 1 xpassed *' E and: '=========================================================================== test session starts ===========================================================================' E and: 'platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0' E and: 'rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/temp/pytest-of-portage/pytest-0/test_check_xpassed0' E and: 'plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3' E and: 'asyncio: mode=legacy' E and: 'collected 1 item' E and: '' E and: 'test_check_xpassed.py X [100%]' E and: '' E and: '============================================================================ warnings summary =============================================================================' E and: '../../../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191' E and: " /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file." E and: ' config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)' E and: '' E and: '-- Docs: https://docs.pytest.org/en/stable/warnings.html' E and: '====================================================================== 1 xpassed, 1 warning in 0.17s ======================================================================' E remains unmatched: '* 1 xpassed *' result = testdir = /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4/tests/test_check.py:236: Failed -------------------------------------------------------------------------- Captured stdout call --------------------------------------------------------------------------- =========================================================================== test session starts =========================================================================== platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/temp/pytest-of-portage/pytest-0/test_check_xpassed0 plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3 asyncio: mode=legacy collected 1 item test_check_xpassed.py X [100%] ============================================================================ warnings summary ============================================================================= ../../../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191 /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file. config.issue_config_time_warning(LEGACY_MODE, stacklevel=2) -- Docs: https://docs.pytest.org/en/stable/warnings.html ====================================================================== 1 xpassed, 1 warning in 0.17s ====================================================================== ________________________________________________________________________ test_check_xpassed_strict ________________________________________________________________________ testdir = def test_check_xpassed_strict(testdir): testdir.makepyfile( """ import pytest_check as check import pytest @pytest.mark.xfail(strict=True) def test_pass(): check.equal(1, 1) """ ) result = testdir.runpytest() result.assert_outcomes(failed=1) > result.stdout.fnmatch_lines(["* 1 failed *"]) E Failed: nomatch: '* 1 failed *' E and: '=========================================================================== test session starts ===========================================================================' E and: 'platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0' E and: 'rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/temp/pytest-of-portage/pytest-0/test_check_xpassed_strict0' E and: 'plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3' E and: 'asyncio: mode=legacy' E and: 'collected 1 item' E and: '' E and: 'test_check_xpassed_strict.py F [100%]' E and: '' E and: '================================================================================ FAILURES =================================================================================' E and: '________________________________________________________________________________ test_pass ________________________________________________________________________________' E and: '[XPASS(strict)] ' E and: '============================================================================ warnings summary =============================================================================' E and: '../../../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191' E and: " /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file." E and: ' config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)' E and: '' E and: '-- Docs: https://docs.pytest.org/en/stable/warnings.html' E and: '========================================================================= short test summary info =========================================================================' E and: 'FAILED test_check_xpassed_strict.py::test_pass' E and: '====================================================================== 1 failed, 1 warning in 0.17s =======================================================================' E remains unmatched: '* 1 failed *' result = testdir = /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4/tests/test_check.py:255: Failed -------------------------------------------------------------------------- Captured stdout call --------------------------------------------------------------------------- =========================================================================== test session starts =========================================================================== platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/temp/pytest-of-portage/pytest-0/test_check_xpassed_strict0 plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3 asyncio: mode=legacy collected 1 item test_check_xpassed_strict.py F [100%] ================================================================================ FAILURES ================================================================================= ________________________________________________________________________________ test_pass ________________________________________________________________________________ [XPASS(strict)] ============================================================================ warnings summary ============================================================================= ../../../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191 /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file. config.issue_config_time_warning(LEGACY_MODE, stacklevel=2) -- Docs: https://docs.pytest.org/en/stable/warnings.html ========================================================================= short test summary info ========================================================================= FAILED test_check_xpassed_strict.py::test_pass ====================================================================== 1 failed, 1 warning in 0.17s ======================================================================= __________________________________________________________________________ test_check_and_assert __________________________________________________________________________ testdir = def test_check_and_assert(testdir): testdir.makepyfile( """ import pytest_check as check import pytest def test_fail_check(): check.equal(1, 2) def test_fail_assert(): assert 1 == 2 """ ) result = testdir.runpytest() result.assert_outcomes(failed=2) > result.stdout.fnmatch_lines(["* 2 failed *"]) E Failed: nomatch: '* 2 failed *' E and: '=========================================================================== test session starts ===========================================================================' E and: 'platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0' E and: 'rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/temp/pytest-of-portage/pytest-0/test_check_and_assert0' E and: 'plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3' E and: 'asyncio: mode=legacy' E and: 'collected 2 items' E and: '' E and: 'test_check_and_assert.py FF [100%]' E and: '' E and: '================================================================================ FAILURES =================================================================================' E and: '_____________________________________________________________________________ test_fail_check _____________________________________________________________________________' E and: 'FAILURE: ' E and: 'assert 1 == 2' E and: 'test_check_and_assert.py:5 in test_fail_check() -> check.equal(1, 2)' E and: '------------------------------------------------------------' E and: 'Failed Checks: 1' E and: '____________________________________________________________________________ test_fail_assert _____________________________________________________________________________' E and: '' E and: ' def test_fail_assert():' E and: '> assert 1 == 2' E and: 'E assert 1 == 2' E and: '' E and: 'test_check_and_assert.py:8: AssertionError' E and: '============================================================================ warnings summary =============================================================================' E and: '../../../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191' E and: " /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file." E and: ' config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)' E and: '' E and: '-- Docs: https://docs.pytest.org/en/stable/warnings.html' E and: '========================================================================= short test summary info =========================================================================' E and: 'FAILED test_check_and_assert.py::test_fail_check' E and: 'FAILED test_check_and_assert.py::test_fail_assert - assert 1 == 2' E and: '====================================================================== 2 failed, 1 warning in 0.21s =======================================================================' E remains unmatched: '* 2 failed *' result = testdir = /var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4/tests/test_check.py:274: Failed -------------------------------------------------------------------------- Captured stdout call --------------------------------------------------------------------------- =========================================================================== test session starts =========================================================================== platform linux -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 rootdir: /var/tmp/portage/dev-python/pytest-check-1.0.4/temp/pytest-of-portage/pytest-0/test_check_and_assert0 plugins: check-1.0.4, pylama-8.3.6, shutil-1.7.0, asyncio-0.17.2, regressions-2.3.1, mock-3.6.1, flaky-3.7.0, forked-1.4.0, virtualenv-1.7.0, datadir-1.3.1, subtests-0.6.0, pkgcore-0.12.8, ordering-0.6, anyio-3.5.0, tornado-0.8.1, hypothesis-6.32.1, timeout-2.1.0, console-scripts-1.2.2, rerunfailures-10.2, xdist-2.5.0, pytest_param_files-0.3.4, typeguard-2.13.3 asyncio: mode=legacy collected 2 items test_check_and_assert.py FF [100%] ================================================================================ FAILURES ================================================================================= _____________________________________________________________________________ test_fail_check _____________________________________________________________________________ FAILURE: assert 1 == 2 test_check_and_assert.py:5 in test_fail_check() -> check.equal(1, 2) ------------------------------------------------------------ Failed Checks: 1 ____________________________________________________________________________ test_fail_assert _____________________________________________________________________________ def test_fail_assert(): > assert 1 == 2 E assert 1 == 2 test_check_and_assert.py:8: AssertionError ============================================================================ warnings summary ============================================================================= ../../../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191 /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file. config.issue_config_time_warning(LEGACY_MODE, stacklevel=2) -- Docs: https://docs.pytest.org/en/stable/warnings.html ========================================================================= short test summary info ========================================================================= FAILED test_check_and_assert.py::test_fail_check FAILED test_check_and_assert.py::test_fail_assert - assert 1 == 2 ====================================================================== 2 failed, 1 warning in 0.21s ======================================================================= ============================================================================ warnings summary ============================================================================= ../../../../../../../usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191 /usr/lib/python3.9/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file. config.issue_config_time_warning(LEGACY_MODE, stacklevel=2) -- Docs: https://docs.pytest.org/en/stable/warnings.html ========================================================================= short test summary info ========================================================================= FAILED tests/test_check.py::test_check_xfail - Failed: nomatch: '* 1 xfailed *' FAILED tests/test_check.py::test_check_xfail_strict - Failed: nomatch: '* 1 xfailed *' FAILED tests/test_check.py::test_check_xpassed - Failed: nomatch: '* 1 xpassed *' FAILED tests/test_check.py::test_check_xpassed_strict - Failed: nomatch: '* 1 failed *' FAILED tests/test_check.py::test_check_and_assert - Failed: nomatch: '* 2 failed *' ================================================================ 5 failed, 35 passed, 1 warning in 19.44s ================================================================= * ERROR: dev-python/pytest-check-1.0.4::gentoo failed (test phase): * pytest failed with python3.9 * * Call stack: * ebuild.sh, line 127: Called src_test * environment, line 2988: Called distutils-r1_src_test * environment, line 1333: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 472: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2650: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2191: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2189: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 773: Called distutils-r1_run_phase 'python_test' * environment, line 1260: Called python_test * environment, line 2946: Called distutils-r1_python_test * environment, line 1212: Called epytest * environment, line 1702: Called die * The specific snippet of code: * "${@}" || die -n "pytest failed with ${EPYTHON}"; * * If you need support, post the output of `emerge --info '=dev-python/pytest-check-1.0.4::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/pytest-check-1.0.4::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-python/pytest-check-1.0.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pytest-check-1.0.4/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4' * S: '/var/tmp/portage/dev-python/pytest-check-1.0.4/work/pytest-check-1.0.4' # emerge --info !!! It seems /run is not mounted. Process management may malfunction. Portage 3.0.29 (python 3.9.9-final-0, default/linux/ia64/17.0, gcc-11.2.1, glibc-2.34-r3, 5.13.0-00002-gdecb01746d6c ia64) ================================================================= System uname: Linux-5.13.0-00002-gdecb01746d6c-ia64-Dual-Core_Intel-R-_Itanium-R-_Processor_9040-with-glibc2.34 KiB Mem: 16563904 total, 8192528 free KiB Swap: 1999184 total, 1928896 free Timestamp of repository gentoo: Mon, 07 Feb 2022 03:30:01 +0000 Head commit of repository gentoo: d0b1a5cbfebe50ca1267f4b8ce1d93f1cb8ee522 sh bash 5.1_p12 ld GNU ld (Gentoo 2.37_p1 p1) 2.37 app-misc/pax-utils: 1.3.3::gentoo app-shells/bash: 5.1_p12::gentoo dev-lang/perl: 5.34.0-r5::gentoo dev-lang/python: 2.7.18_p13::gentoo, 3.9.9-r1::gentoo, 3.10.1::gentoo dev-util/cmake: 3.22.1::gentoo dev-util/meson: 0.60.2-r1::gentoo sys-apps/baselayout: 2.8::gentoo sys-apps/openrc: 0.44.9::gentoo sys-apps/sandbox: 2.29::gentoo sys-devel/autoconf: 2.13-r1::gentoo, 2.71-r1::gentoo sys-devel/automake: 1.16.5::gentoo sys-devel/binutils: 2.37_p1-r1::gentoo sys-devel/binutils-config: 5.4::gentoo sys-devel/gcc: 11.2.1_p20211127::gentoo sys-devel/gcc-config: 2.5-r1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.15-r1::gentoo (virtual/os-headers) sys-libs/glibc: 2.34-r3::gentoo Repositories: gentoo location: /bound/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-extra-opts: sync-rsync-verify-max-age: 24 sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes ACCEPT_KEYWORDS="ia64 ~ia64" ACCEPT_LICENSE="@FREE" CBUILD="ia64-unknown-linux-gnu" CFLAGS="-O2 -pipe -fdiagnostics-show-option -frecord-gcc-switches" CHOST="ia64-unknown-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -pipe" DISTDIR="/bound/distfiles" EMERGE_DEFAULT_OPTS="--keep-going=y --deep --complete-graph --with-bdeps=y" ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" MAKEOPTS="-j5 -l5" PKGDIR="/var/cache/binpkgs" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" SHELL="/bin/bash" USE="acl bzip2 cli crypt dri elogind fortran gdbm ia64 iconv ipv6 libglvnd libtirpc ncurses nls nptl openmp pam pcre readline split-usr ssl unicode xattr zlib" ADA_TARGET="gnat_2020" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="void libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="dummy fbdev v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS