Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.2.4: pytest selftests fail in env with many plugins installed #8671

Closed
4 tasks done
kloczek opened this issue May 13, 2021 · 16 comments
Closed
4 tasks done

6.2.4: pytest selftests fail in env with many plugins installed #8671

kloczek opened this issue May 13, 2021 · 16 comments
Labels
status: needs information reporter needs to provide more information; can be closed after 2 or more weeks of inactivity type: regression indicates a problem that was introduced in a release which was working previously

Comments

@kloczek
Copy link
Contributor

kloczek commented May 13, 2021

I know that in pytest CI is used tox :o)
Nevertheless I've made the test testing pytest themes in env where I have many pytest extensions amongst +420 installed python modules which I've packaged by myself into rpm packages. I know as well that in such case not only warnings but many even errors could be false positive.

For now I was able to identify one group of warnings like below could be real issue. In this case I'm usimg latest subunit 1.4.0.

testing/test_unittest.py:419:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/twisted/trial/unittest.py:20: in <module>
    from twisted.trial._asyncrunner import TestSuite, TestDecorator, decorate
/usr/lib/python3.8/site-packages/twisted/trial/_asyncrunner.py:15: in <module>
    from twisted.trial import itrial, reporter
/usr/lib/python3.8/site-packages/twisted/trial/reporter.py:29: in <module>
    from subunit import TestProtocolClient
/usr/lib/python3.8/site-packages/subunit/__init__.py:142: in <module>
    from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    import codecs
    utf_8_decode = codecs.utf_8_decode
    import datetime
    from io import UnsupportedOperation
    import os
    import select
    import struct
    import sys
    import zlib

    from extras import safe_hasattr, try_imports
    builtins = try_imports(['__builtin__', 'builtins'])

    import subunit
    import subunit.iso8601 as iso8601

    __all__ = [
        'ByteStreamToStreamResult',
        'StreamResultToBytes',
        ]

    SIGNATURE = b'\xb3'
    FMT_8  = '>B'
    FMT_16 = '>H'
    FMT_24 = '>HB'
    FMT_32 = '>I'
    FMT_TIMESTAMP = '>II'
    FLAG_TEST_ID = 0x0800
    FLAG_ROUTE_CODE = 0x0400
    FLAG_TIMESTAMP = 0x0200
    FLAG_RUNNABLE = 0x0100
    FLAG_TAGS = 0x0080
    FLAG_MIME_TYPE = 0x0020
    FLAG_EOF = 0x0010
    FLAG_FILE_CONTENT = 0x0040
>   EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
E   AttributeError: module 'subunit.iso8601' has no attribute 'Utc'

/usr/lib/python3.8/site-packages/subunit/v2.py:52: AttributeError
_____ ERROR at setup of TestTrialUnittest.test_trial_exceptions_with_skips _____

I would be glad if someone better skilled in python than I would have look on attached log.

  • a detailed description of the bug or problem you are having
  • output of pip list from the virtual environment you are using
  • pytest and operating system versions
  • minimal example if possible

Full build log of build pytest rpm package. python-pytest.txt
pip list pip_list.txt

@kloczek
Copy link
Contributor Author

kloczek commented May 13, 2021

I've started my build one more time to produce pytest -ra output. Below is only bottom summary info:

============================================================================= warnings summary =============================================================================
testing/test_threadexception.py::test_unhandled_thread_exception_in_teardown
  /home/tkloczko/rpmbuild/BUILDROOT/python-pytest-6.2.4-2.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/threadexception.py:75: PytestUnhandledThreadExceptionWarning: Exception in thread MyThread

  Traceback (most recent call last):
    File "/usr/lib64/python3.8/threading.py", line 932, in _bootstrap_inner
      self.run()
    File "/usr/lib64/python3.8/threading.py", line 870, in run
      self._target(*self._args, **self._kwargs)
    File "/tmp/pytest-of-tkloczko/pytest-42/test_unhandled_thread_exception_in_teardown0/test_it.py", line 7, in oops
      raise ValueError("Oops")
  ValueError: Oops

    warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg))

testing/test_unraisableexception.py::test_unraisable_in_teardown
  /home/tkloczko/rpmbuild/BUILDROOT/python-pytest-6.2.4-2.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: <function BrokenDel.__del__ at 0x7fd136d0c940>

  Traceback (most recent call last):
    File "/tmp/pytest-of-tkloczko/pytest-42/test_unraisable_in_teardown0/test_it.py", line 5, in __del__
      raise ValueError("del is broken")
  ValueError: del is broken

    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

-- Docs: https://docs.pytest.org/en/stable/warnings.html
========================================================================= short test summary info ==========================================================================
SKIPPED [1] testing/test_capture.py:1433: only on windows
SKIPPED [1] testing/test_pathlib.py:420: Windows only
SKIPPED [1] testing/test_tmpdir.py:238: win only
SKIPPED [1] testing/test_config.py:1790: does not work with xdist currently
SKIPPED [1] testing/test_conftest.py:291: only relevant for case insensitive file systems
SKIPPED [1] testing/test_unittest.py:1235: could not import 'asynctest': No module named 'asynctest'
SKIPPED [3] testing/test_warnings.py:514: This test should be enabled again before pytest 7.0 is released
SKIPPED [1] testing/test_faulthandler.py:52: sometimes crashes on CI (#7022)
XFAIL testing/python/fixtures.py::TestAutouseDiscovery::test_setup_enabled_functionnode
  'enabled' feature not implemented
XFAIL testing/acceptance_test.py::TestInvocationVariants::test_noclass_discovery_if_not_testcase
  decide: feature or bug
XFAIL testing/test_capture.py::TestPerTestCapturing::test_capture_scope_cache
  unimplemented feature
XFAIL testing/test_collection.py::TestPrunetraceback::test_collect_report_postprocessing
  other mechanism for adding to reporting needed
XFAIL testing/test_config.py::TestParseIni::test_confcutdir
  probably not needed
XFAIL testing/test_doctest.py::TestLiterals::test_number_non_matches['3.1416'-'3.14']
XFAIL testing/test_mark.py::TestKeywordSelection::test_keyword_extra_dash
XFAIL testing/test_pytester.py::test_make_hook_recorder
  reason: internal reportrecorder tests need refactoring
XFAIL testing/test_runner.py::test_runtest_in_module_ordering
XFAIL testing/python/fixtures.py::TestRequestBasic::test_request_garbage
  reason: this test is flaky when executed with xdist
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_testcase_runtest_not_collected - AttributeError: module 'subunit.iso8601' has no attribute 'Utc'
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_exceptions_with_skips - AttributeError: module 'subunit.iso8601' has no attribute 'Utc'
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_error - AttributeError: module 'subunit.iso8601' has no attribute 'Utc'
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_testcase_skip_property - AttributeError: module 'subunit.iso8601' has no attribute 'Utc'
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_testfunction_skip_property - AttributeError: module 'subunit.iso8601' has no attribute 'Utc'
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_testcase_todo_property - AttributeError: module 'subunit.iso8601' has no attribute 'Utc'
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_testfunction_todo_property - AttributeError: module 'subunit.iso8601' has no attribute 'Utc'
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_pdb - AttributeError: module 'subunit.iso8601' has no attribute 'Utc'
FAILED testing/python/fixtures.py::TestFixtureManagerParseFactories::test_parsefactories_evil_objects_issue214 - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureManagerParseFactories::test_parsefactories_conftest - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureManagerParseFactories::test_parsefactories_conftest_and_module_and_class - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureManagerParseFactories::test_parsefactories_relative_node_ids - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureManagerParseFactories::test_package_xunit_fixture - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureManagerParseFactories::test_package_fixture_complex - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureManagerParseFactories::test_collect_custom_items - Failed: nomatch: '*passed*'
FAILED testing/python/fixtures.py::TestAutouseDiscovery::test_parsefactories_conftest - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseDiscovery::test_two_classes_separated_autouse - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseDiscovery::test_setup_at_classlevel - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseDiscovery::test_autouse_in_conftests - Failed: nomatch: '*1 passed*1 error*'
FAILED testing/python/fixtures.py::TestAutouseDiscovery::test_autouse_in_module_and_two_classes - AssertionError: ([], [], [])
FAILED testing/acceptance_test.py::TestGeneralUsage::test_config_preparse_plugin_option - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestGeneralUsage::test_assertion_rewrite[prepend] - Failed: nomatch: '>       assert x'
FAILED testing/acceptance_test.py::TestGeneralUsage::test_assertion_rewrite[append] - Failed: nomatch: '>       assert x'
FAILED testing/acceptance_test.py::TestGeneralUsage::test_assertion_rewrite[importlib] - Failed: nomatch: '>       assert x'
FAILED testing/acceptance_test.py::TestGeneralUsage::test_multiple_items_per_collector_byid - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestGeneralUsage::test_skip_on_generated_funcarg_id - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestGeneralUsage::test_direct_addressing_selects - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestGeneralUsage::test_namespace_import_doesnt_confuse_import_hook - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestGeneralUsage::test_getsourcelines_error_issue553 - Failed: nomatch: '*source code not available*'
FAILED testing/acceptance_test.py::TestGeneralUsage::test_plugins_given_as_strings - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestGeneralUsage::test_parametrized_with_bytes_regex - Failed: nomatch: '*1 passed*'
FAILED testing/acceptance_test.py::TestGeneralUsage::test_parametrized_with_null_bytes - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': ...
FAILED testing/acceptance_test.py::TestInvocationVariants::test_pyargs_filename_looks_like_module - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/acceptance_test.py::TestInvocationVariants::test_cmdline_python_package - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestInvocationVariants::test_cmdline_python_namespace_package - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestInvocationVariants::test_invoke_test_and_doctestmodules - Failed: nomatch: '*1 passed*'
FAILED testing/acceptance_test.py::TestInvocationVariants::test_cmdline_python_package_symlink - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestInvocationVariants::test_doctest_id - Failed: nomatch: '*= FAILURES =*'
FAILED testing/acceptance_test.py::TestDurations::test_calls - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestDurations::test_calls_show_2 - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestDurations::test_calls_showall - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestDurations::test_calls_showall_verbose - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestDurations::test_with_deselected - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestDurations::test_with_not - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::TestDurationsWithFixture::test_setup_function - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::test_import_plugin_unicode_name - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::test_pytest_plugins_as_module - Failed: nomatch: '* 1 passed in *'
FAILED testing/acceptance_test.py::test_deferred_hook_checking - Failed: nomatch: '* 1 passed *'
FAILED testing/acceptance_test.py::test_fixture_order_respects_scope - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/acceptance_test.py::test_fixture_mock_integration - Failed: nomatch: '*1 passed*'
FAILED testing/acceptance_test.py::test_warn_on_async_function - Failed: nomatch: 'test_async.py::test_1'
FAILED testing/acceptance_test.py::test_warn_on_async_gen_function - Failed: nomatch: 'test_async.py::test_1'
FAILED testing/deprecated_test.py::test_minus_k_dash_is_deprecated - Failed: nomatch: "*The `-k '-expr'` syntax*deprecated*"
FAILED testing/deprecated_test.py::test_minus_k_colon_is_deprecated - Failed: nomatch: "*The `-k 'expr:'` syntax*deprecated*"
FAILED testing/test_assertion.py::TestBinReprIntegration::test_pytest_assertrepr_compare_called - Failed: nomatch: '*test_hello*FAIL*'
FAILED testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_dataclasses - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0,...
FAILED testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_recursive_dataclasses - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,.....
FAILED testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_recursive_dataclasses_verbose - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'error...
FAILED testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_dataclasses_verbose - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...p...
FAILED testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_dataclasses_with_attribute_comparison_off - AssertionError: assert {'errors': 0,...pped': 0, ......
FAILED testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_comparing_two_different_data_classes - AssertionError: assert {'errors': 0,...pped': 0, ...} == ...
FAILED testing/test_assertion.py::TestFormatExplanation::test_special_chars_full - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_assertion.py::TestTruncateExplanation::test_full_output_truncated - Failed: nomatch: '*+ 1*'
FAILED testing/test_assertion.py::test_python25_compile_issue257 - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_assertion.py::test_rewritten - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_assertion.py::test_pytest_assertrepr_compare_integration - Failed: nomatch: '*def test_hello():*'
FAILED testing/test_assertion.py::test_sequence_comparison_uses_repr - Failed: nomatch: '*def test_hello():*'
FAILED testing/test_assertion.py::test_assertrepr_loaded_per_dir - Failed: nomatch: '*def test_base():*'
FAILED testing/test_assertion.py::test_triple_quoted_string_issue113 - Failed: nomatch: '*1 failed*'
FAILED testing/test_assertion.py::test_traceback_failure - Failed: nomatch: '*test_traceback_failure.py F*'
FAILED testing/test_assertion.py::test_exception_handling_no_traceback - Failed: nomatch: '====* FAILURES *===='
FAILED testing/test_assertion.py::test_AssertionError_message - Failed: nomatch: '*def test_hello*'
FAILED testing/test_assertion.py::test_diff_newline_at_end - Failed: nomatch: "*assert 'asdf' == 'asdf\\n'"
FAILED testing/test_assertion.py::test_assert_tuple_warning - Failed: nomatch: '*test_assert_tuple_warning.py:2:*assertion is always true*'
FAILED testing/test_assertion.py::test_assert_with_unicode - Failed: nomatch: '*AssertionError*'
FAILED testing/test_assertion.py::test_raise_unprintable_assertion_error - Failed: nomatch: ">       raise AssertionError('\\xff')"
FAILED testing/test_assertion.py::test_raise_assertion_error_raisin_repr - Failed: nomatch: 'E       AssertionError: <unprintable AssertionError object>'
FAILED testing/test_assertion.py::test_assertion_location_with_coverage - Failed: nomatch: '>       assert False, 1'
FAILED testing/test_assertrewrite.py::TestAssertionRewrite::test_rewrites_plugin_as_a_package - Failed: nomatch: '*assert 1 == 2*'
FAILED testing/test_assertrewrite.py::TestAssertionRewrite::test_honors_pep_235 - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message_multiline - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message_tuple - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message_expr - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message_escape - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_messages_bytes - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_assertrewrite.py::TestAssertionRewrite::test_at_operator_issue1290 - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': ...
FAILED testing/test_assertrewrite.py::TestAssertionRewrite::test_starred_with_side_effect - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped...
FAILED testing/test_assertrewrite.py::TestRewriteOnImport::test_pycache_is_a_file - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_assertrewrite.py::TestRewriteOnImport::test_pycache_is_readonly - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_assertrewrite.py::TestRewriteOnImport::test_readonly - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_assertrewrite.py::TestRewriteOnImport::test_orphaned_pyc_file - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_assertrewrite.py::TestRewriteOnImport::test_package - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_assertrewrite.py::TestRewriteOnImport::test_translate_newlines - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_sys_meta_path_munged - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_reload_is_same_and_reloads - Failed: nomatch: '* 1 passed*'
FAILED testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_get_data_support - Failed: nomatch: '*1 passed*'
FAILED testing/test_assertrewrite.py::TestIssue925::test_simple_case - Failed: nomatch: '*E*assert (False == False) == False'
FAILED testing/test_assertrewrite.py::TestIssue925::test_long_case - Failed: nomatch: '*E*assert (False == True) == True'
FAILED testing/test_assertrewrite.py::TestIssue925::test_many_brackets - Failed: nomatch: '*E*assert True == ((False == True) == True)'
FAILED testing/test_assertrewrite.py::TestIssue2121::test_rewrite_python_files_contain_subdirs - Failed: nomatch: '*E*assert (1 + 1) == 3'
FAILED testing/test_assertrewrite.py::test_source_mtime_long_long[-1] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_assertrewrite.py::test_source_mtime_long_long[1] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_assertrewrite.py::TestEarlyRewriteBailout::test_cwd_changed - Failed: nomatch: '* 1 passed in *'
FAILED testing/test_assertrewrite.py::TestAssertionPass::test_hook_call - Failed: nomatch: '*Assertion Passed: a+b == c+d (1 + 2) == (3 + 0) at line 7*'
FAILED testing/test_assertrewrite.py::TestAssertionPass::test_hook_call_with_parens - Failed: nomatch: '*Assertion Passed: f() 1'
FAILED testing/test_assertrewrite.py::TestAssertionPass::test_hook_not_called_without_hookimpl - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,.....
FAILED testing/test_assertrewrite.py::TestAssertionPass::test_hook_not_called_without_cmd_option - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...
FAILED testing/test_assertrewrite.py::TestPyCacheDir::test_sys_pycache_prefix_integration - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_cacheprovider.py::TestNewAPI::test_cache_failure_warns - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_cacheprovider.py::TestNewAPI::test_config_cache - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_cacheprovider.py::TestNewAPI::test_cachefuncarg - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_usecase - Failed: nomatch: '*2 failed*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_failedfirst_order - Failed: nomatch: 'test_a.py*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_failedfirst_order - Failed: nomatch: 'test_a.py*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_difference_invocations - Failed: nomatch: '*2 failed*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_usecase_splice - Failed: nomatch: '*2 failed*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_non_serializable_parametrize - Failed: nomatch: '*1 failed in*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_terminal_report_lastfailed - Failed: nomatch: 'collected 4 items'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_terminal_report_failedfirst - Failed: nomatch: 'collected 2 items'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_failure_subset - Failed: nomatch: '*3 passed*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_creates_cache_when_needed - AssertionError: assert False
FAILED testing/test_cacheprovider.py::TestLastFailed::test_xfail_not_considered_failure - Failed: nomatch: '*1 xfailed*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_xfail_strict_considered_failure - Failed: nomatch: '*1 failed*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_failed_changed_to_xfail_or_skip[mark.xfail] - AssertionError: assert [] == ['test_failed...kip.py::test']
FAILED testing/test_cacheprovider.py::TestLastFailed::test_failed_changed_to_xfail_or_skip[mark.skip] - AssertionError: assert [] == ['test_failed...kip.py::test']
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lf_and_ff_prints_no_needless_message[--ff-False] - AssertionError: assert 'rerun previous' in '===============...
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lf_and_ff_prints_no_needless_message[--lf-False] - AssertionError: assert 'rerun previous' in '===============...
FAILED testing/test_cacheprovider.py::TestLastFailed::test_cache_cumulative - AssertionError: assert [] == ['test_bar.py...::test_foo_4']
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_no_failures_behavior_all_passed - Failed: nomatch: '*2 passed*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_no_failures_behavior_empty_cache - Failed: nomatch: '*1 failed*1 passed*'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_skip_collection - Failed: nomatch: 'collected 8 items'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_with_known_failures_not_being_selected - Failed: nomatch: 'collected 2 items'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_args_with_deselected - Failed: nomatch: 'collected 2 items'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_with_class_items - Failed: nomatch: 'collected 3 items'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_with_all_filtered - Failed: nomatch: 'collected 2 items'
FAILED testing/test_cacheprovider.py::TestLastFailed::test_packages - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_cacheprovider.py::TestNewFirst::test_newfirst_usecase - Failed: nomatch: '*test_1/test_1.py::test_1 PASSED*'
FAILED testing/test_cacheprovider.py::TestNewFirst::test_newfirst_parametrize - Failed: nomatch: '*test_1/test_1.py::test_1[1*'
FAILED testing/test_capture.py::test_capturing_unicode[fd] - Failed: nomatch: '*1 passed*'
FAILED testing/test_capture.py::test_capturing_unicode[sys] - Failed: nomatch: '*1 passed*'
FAILED testing/test_capture.py::test_capturing_bytes_in_utf8_encoding[fd] - Failed: nomatch: '*1 passed*'
FAILED testing/test_capture.py::test_capturing_bytes_in_utf8_encoding[sys] - Failed: nomatch: '*1 passed*'
FAILED testing/test_capture.py::TestPerTestCapturing::test_capture_and_fixtures - Failed: nomatch: 'setup module*'
FAILED testing/test_capture.py::TestPerTestCapturing::test_no_carry_over - AssertionError: assert 'in func2' in '============================= test session starts ======...
FAILED testing/test_capture.py::TestPerTestCapturing::test_teardown_capturing - Failed: nomatch: '*teardown_function*'
FAILED testing/test_capture.py::TestPerTestCapturing::test_teardown_capturing_final - Failed: nomatch: '*def teardown_module(mod):*'
FAILED testing/test_capture.py::TestPerTestCapturing::test_capturing_outerr - Failed: nomatch: '*test_capturing_outerr.py .F*'
FAILED testing/test_capture.py::TestCaptureFixture::test_std_functional[opt0] - AssertionError: ([], [], [])
FAILED testing/test_capture.py::TestCaptureFixture::test_std_functional[opt1] - AssertionError: ([], [], [])
FAILED testing/test_capture.py::TestCaptureFixture::test_capsyscapfd - Failed: nomatch: '*ERROR*setup*test_one*'
FAILED testing/test_capture.py::TestCaptureFixture::test_capturing_getfixturevalue - Failed: nomatch: '*test_one*'
FAILED testing/test_capture.py::TestCaptureFixture::test_capsyscapfdbinary - Failed: nomatch: '*ERROR*setup*test_one*'
FAILED testing/test_capture.py::TestCaptureFixture::test_capture_is_represented_on_failure_issue128[sys] - Failed: nomatch: 'xxx42xxx'
FAILED testing/test_capture.py::TestCaptureFixture::test_capture_is_represented_on_failure_issue128[fd] - Failed: nomatch: 'xxx42xxx'
FAILED testing/test_capture.py::TestCaptureFixture::test_stdfd_functional - AssertionError: ([], [], [])
FAILED testing/test_capture.py::TestCaptureFixture::test_capfdbinary - AssertionError: ([], [], [])
FAILED testing/test_capture.py::TestCaptureFixture::test_capsysbinary - Failed: nomatch: '*- Captured stdout call -*'
FAILED testing/test_capture.py::TestCaptureFixture::test_partial_setup_failure - Failed: nomatch: '*test_partial_setup_failure*'
FAILED testing/test_capture.py::TestCaptureFixture::test_fixture_use_by_other_fixtures_teardown[capsys] - AssertionError: assert 'setup out\n' == 'setup out\ncall out\n'
FAILED testing/test_capture.py::TestCaptureFixture::test_fixture_use_by_other_fixtures_teardown[capfd] - AssertionError: assert 'setup out\n' == 'setup out\ncall out\n'
FAILED testing/test_capture.py::test_setup_failure_does_not_kill_capturing - Failed: nomatch: '*ValueError(42)*'
FAILED testing/test_capture.py::test_capture_conftest_runtest_setup - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_capture.py::test_capture_badoutput_issue412 - Failed: nomatch: '*def test_func*'
FAILED testing/test_capture.py::test_capture_early_option_parsing - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_capture.py::test_capture_binary_output - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_capture.py::test_error_attribute_issue555 - AssertionError: ([], [], [])
FAILED testing/test_capture.py::test_dontreadfrominput_has_encoding - AssertionError: ([], [], [])
FAILED testing/test_capture.py::test_typeerror_encodedfile_write - assert ('TypeError: write() argument must be str, not bytes' in '============================= test se...
FAILED testing/test_collection.py::TestCollectFS::test_custom_norecursedirs - AssertionError: ([], [], [])
FAILED testing/test_collection.py::TestCustomConftests::test_ignore_collect_path - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_collection.py::TestCustomConftests::test_ignore_collect_not_called_on_argument - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_collection.py::TestCustomConftests::test_collectignore_exclude_on_option - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_collection.py::TestCustomConftests::test_collectignoreglob_exclude_on_option - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_collection.py::test_matchnodes_two_collections_same_file - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_collection.py::TestNodekeywords::test_issue345 - AssertionError: ([], [], [])
FAILED testing/test_collection.py::TestNodekeywords::test_keyword_matching_is_case_insensitive_by_default - AssertionError: ([], [], [])
FAILED testing/test_collection.py::test_continue_on_collection_errors - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_collection.py::test_continue_on_collection_errors_maxfail - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_collection.py::test_fixture_scope_sibling_conftests - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_collection.py::test_collect_handles_raising_on_dunder_class - Failed: nomatch: '*1 passed in*'
FAILED testing/test_collection.py::test_collect_with_chdir_during_import - Failed: nomatch: '*1 passed in*'
FAILED testing/test_collection.py::test_collect_symlink_file_arg - Failed: nomatch: 'symlink.py::test_nodeid PASSED*'
FAILED testing/test_collection.py::test_collect_symlink_out_of_tree - Failed: nomatch: 'test_real.py::test_nodeid PASSED'
FAILED testing/test_collection.py::test_collect_symlink_dir - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_collection.py::test_collect_pkg_init_and_file_in_args - Failed: nomatch: 'sub/test_file.py::test_file PASSED*'
FAILED testing/test_collection.py::test_collect_pkg_init_only - Failed: nomatch: 'sub/__init__.py::test_init PASSED*'
FAILED testing/test_collection.py::test_collect_sub_with_symlinks[True] - Failed: nomatch: 'sub/test_file.py::test_file PASSED*'
FAILED testing/test_collection.py::test_collect_sub_with_symlinks[False] - Failed: nomatch: 'sub/test_file.py::test_file PASSED*'
FAILED testing/test_collection.py::test_does_not_eagerly_collect_packages - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_collection.py::test_does_not_put_src_on_path - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_collection.py::TestImportModeImportlib::test_collect_duplicate_names - Failed: nomatch: 'tests_a/test_foo.py::test_foo1 *'
FAILED testing/test_collection.py::TestImportModeImportlib::test_conftest - Failed: nomatch: '* 1 passed in *'
FAILED testing/test_collection.py::TestImportModeImportlib::test_modules_importable_as_side_effect - Failed: nomatch: '* 1 passed in *'
FAILED testing/test_collection.py::TestImportModeImportlib::test_modules_not_importable_as_side_effect - Failed: nomatch: "*ModuleNotFoundError: No module named 'foo'"
FAILED testing/test_collection.py::test_does_not_crash_on_recursive_symlink - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_compat.py::test_is_generator_async_syntax - Failed: nomatch: '*1 passed*'
FAILED testing/test_compat.py::test_is_generator_async_gen_syntax - Failed: nomatch: '*1 passed*'
FAILED testing/test_config.py::TestParseIni::test_setupcfg_uses_toolpytest_with_pytest - Failed: nomatch: '*, configfile: setup.cfg, *'
FAILED testing/test_config.py::TestParseIni::test_invalid_config_options[2-unknowns] - Failed: nomatch: '=*= warnings summary =*='
FAILED testing/test_config.py::TestParseIni::test_invalid_config_options[1-unknown] - Failed: nomatch: '=*= warnings summary =*='
FAILED testing/test_config.py::TestParseIni::test_invalid_config_options[unknown-in-other-header] - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::TestParseIni::test_invalid_config_options[no-unknowns] - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::TestParseIni::test_invalid_config_options[1-known] - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_options_on_small_file_do_not_blow_up - assert 0 == 2
FAILED testing/test_config.py::test_plugin_loading_order - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_config.py::test_config_in_subdirectory_colon_command_line_issue2148 - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_config.py::test_collect_pytest_prefix_bug_integration - Failed: nomatch: '* 1 passed *'
FAILED testing/test_config.py::TestOverrideIniArgs::test_override_ini_names[setup.cfg] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_config.py::TestOverrideIniArgs::test_override_ini_names[tox.ini] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_config.py::TestOverrideIniArgs::test_override_ini_names[pytest.ini] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_config.py::TestOverrideIniArgs::test_override_ini_pathlist - Failed: nomatch: 'user_path:bar1.py'
FAILED testing/test_config.py::TestOverrideIniArgs::test_override_multiple_and_default - Failed: nomatch: 'ini1:fulldir=/tmp/user1'
FAILED testing/test_config.py::TestOverrideIniArgs::test_override_ini_handled_asap[True] - Failed: nomatch: '*1 passed in*'
FAILED testing/test_config.py::TestOverrideIniArgs::test_override_ini_handled_asap[False] - Failed: nomatch: '*1 passed in*'
FAILED testing/test_config.py::TestOverrideIniArgs::test_multiple_override_ini_options - Failed: nomatch: 'collected 1 item'
FAILED testing/test_config.py::test_config_does_not_load_blocked_plugin_from_args - Failed: nomatch: "E       fixture 'capfd' not found"
FAILED testing/test_config.py::test_config_blocked_default_plugins[terminal] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[unittest] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[capture] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[skipping] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[tmpdir] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[monkeypatch] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[recwarn] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[pastebin] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[nose] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[assertion] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[junitxml] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[doctest] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[cacheprovider] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[freeze_support] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[setuponly] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[setupplan] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[stepwise] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[warnings] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[logging] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[reports] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[unraisableexception] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[threadexception] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::test_config_blocked_default_plugins[faulthandler] - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_config.py::TestPytestPluginsVariable::test_pytest_plugins_in_non_top_level_conftest_unsupported_pyargs[True] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_conftest.py::test_conftest_symlink - Failed: nomatch: "*fixture 'fixture' not found*"
FAILED testing/test_conftest.py::test_conftest_symlink_files - Failed: fnmatch: '*conftest_loaded*'
FAILED testing/test_conftest.py::test_fixture_dependency - Failed: nomatch: '*1 passed*'
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[runner-..-3] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[package-..-3] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[swc-../..-3] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[snc-../..-3] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[runner-../package-3] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[package-.-3] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[swc-..-3] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[snc-..-3] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[runner-../package/swc-1] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[package-./swc-1] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[swc-.-1] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[snc-../swc-1] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[runner-../package/snc-1] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[package-./snc-1] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[swc-../snc-1] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[snc-.-1] - AssertionError: ([], [], [])
FAILED testing/test_conftest.py::test_search_conftest_up_to_inifile[.-2-0] - Failed: nomatch: '*2 passed*'
FAILED testing/test_conftest.py::test_search_conftest_up_to_inifile[src-1-1] - Failed: nomatch: '*1 passed**1 error*'
FAILED testing/test_conftest.py::test_search_conftest_up_to_inifile[None-1-1] - Failed: nomatch: '*1 passed**1 error*'
FAILED testing/test_conftest.py::test_issue1073_conftest_special_objects - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_conftest.py::test_hook_proxy - Failed: nomatch: '*test_foo1.py*'
FAILED testing/test_debugging.py::TestPDB::test_pdb_on_fail - AssertionError: []
FAILED testing/test_debugging.py::TestPDB::test_pdb_on_xfail - AssertionError: []
FAILED testing/test_debugging.py::TestPDB::test_pdb_on_skip - AssertionError: []
FAILED testing/test_debugging.py::TestPDB::test_pdb_on_BdbQuit - AssertionError: []
FAILED testing/test_debugging.py::TestPDB::test_pdb_on_KeyboardInterrupt - AssertionError: []
FAILED testing/test_debugging.py::TestDebuggingBreakpoints::test_pdb_custom_cls - Failed: nomatch: '*CustomDebugger*'
FAILED testing/test_debugging.py::test_pdbcls_via_local_module - Failed: nomatch: '*= FAILURES =*'
FAILED testing/test_debugging.py::test_raises_bdbquit_with_eoferror - Failed: nomatch: 'E *BdbQuit'
FAILED testing/test_debugging.py::test_pdb_wrapper_class_is_reused - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_doctest.py::TestDoctests::test_simple_doctestfile - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_new_pattern - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_multiple_patterns - Failed: nomatch: '*test.foo *'
FAILED testing/test_doctest.py::TestDoctests::test_encoding[foo-ascii] - Failed: nomatch: '*1 passed*'
FAILED testing/test_doctest.py::TestDoctests::test_encoding[\xf6\xe4\xfc-latin1] - Failed: nomatch: '*1 passed*'
FAILED testing/test_doctest.py::TestDoctests::test_encoding[\xf6\xe4\xfc-utf-8] - Failed: nomatch: '*1 passed*'
FAILED testing/test_doctest.py::TestDoctests::test_doctest_unexpected_exception - Failed: nomatch: 'test_doctest_unexpected_exception.txt F *'
FAILED testing/test_doctest.py::TestDoctests::test_doctest_outcomes - Failed: nomatch: 'collected 3 items'
FAILED testing/test_doctest.py::TestDoctests::test_docstring_partial_context_around_error - Failed: nomatch: '*docstring_partial_context_around_error*'
FAILED testing/test_doctest.py::TestDoctests::test_docstring_full_context_around_error - Failed: nomatch: '*docstring_full_context_around_error*'
FAILED testing/test_doctest.py::TestDoctests::test_doctest_linedata_missing - Failed: nomatch: '*hello*'
FAILED testing/test_doctest.py::TestDoctests::test_doctest_linedata_on_property - Failed: nomatch: '*= FAILURES =*'
FAILED testing/test_doctest.py::TestDoctests::test_doctest_no_linedata_on_overriden_property - Failed: nomatch: '*= FAILURES =*'
FAILED testing/test_doctest.py::TestDoctests::test_doctest_unex_importerror_only_txt - Failed: nomatch: '*>>> import asdals*'
FAILED testing/test_doctest.py::TestDoctests::test_doctestmodule - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_doctestmodule_external_and_issue116 - Failed: nomatch: '003 *>>> i = 0'
FAILED testing/test_doctest.py::TestDoctests::test_txtfile_failing - Failed: nomatch: '001 >>> i = 0'
FAILED testing/test_doctest.py::TestDoctests::test_txtfile_with_fixtures - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_txtfile_with_usefixtures_in_ini - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_doctestmodule_with_fixtures - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_doctestmodule_three_tests - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_doctestmodule_two_tests_one_fail - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_ignored_whitespace - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_non_ignored_whitespace - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_ignored_whitespace_glob - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_non_ignored_whitespace_glob - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_contains_unicode - Failed: nomatch: 'Got nothing'
FAILED testing/test_doctest.py::TestDoctests::test_junit_report_for_doctest - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctests::test_unicode_doctest - Failed: nomatch: '*UNEXPECTED EXCEPTION: ZeroDivisionError*'
FAILED testing/test_doctest.py::TestDoctests::test_unicode_doctest_module - Failed: nomatch: '* 1 passed *'
FAILED testing/test_doctest.py::TestDoctests::test_print_unicode_value - Failed: nomatch: '* 1 passed *'
FAILED testing/test_doctest.py::TestLiterals::test_allow_unicode[ini] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_allow_unicode[comment] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_allow_bytes[ini] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_allow_bytes[comment] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_unicode_string - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_bytes_literal - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_precision[ini] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_precision[comment] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_non_matches[3.0-3] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_non_matches[3e0-3] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_non_matches[1e3-1000] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_non_matches[3-3.0] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_non_matches[3.1-3.0] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_non_matches[3.1-3.2] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_non_matches[3.1-4.0] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_non_matches[8.22e5-810000.0] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_non_matches[3.0-2.98] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_non_matches[1e3-999] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestLiterals::test_number_and_allow_unicode - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestSkips::test_one_skipped[text] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestSkips::test_one_skipped[module] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestSkips::test_one_skipped_failed[text] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestSkips::test_one_skipped_failed[module] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestSkips::test_all_skipped[text] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestSkips::test_all_skipped[module] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestSkips::test_continue_on_failure - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_doctest_module_session_fixture - Failed: nomatch: '*2 passed*'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[True-module] - Failed: nomatch: '*=== 3 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[True-session] - Failed: nomatch: '*=== 3 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[True-class] - Failed: nomatch: '*=== 3 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[True-function] - Failed: nomatch: '*=== 3 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[False-module] - Failed: nomatch: '*=== 2 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[False-session] - Failed: nomatch: '*=== 2 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[False-class] - Failed: nomatch: '*=== 2 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[False-function] - Failed: nomatch: '*=== 2 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-True-module] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-True-session] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-True-class] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-True-function] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-False-module] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-False-session] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-False-class] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-False-function] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-True-module] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-True-session] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-True-class] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-True-function] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-False-module] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-False-session] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-False-class] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-False-function] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_request_attributes[module] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_request_attributes[session] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_request_attributes[class] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_request_attributes[function] - Failed: nomatch: '*=== 1 passed in *'
FAILED testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_doctestfile[module] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_doctestfile[session] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_doctestfile[class] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_doctestfile[function] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_pyfile[module] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_pyfile[session] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_pyfile[class] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_pyfile[function] - AssertionError: ([], [], [])
FAILED testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_udiff[udiff] - Failed: nomatch: '     0  1  4'
FAILED testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_udiff[UDIFF] - Failed: nomatch: '     0  1  4'
FAILED testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_udiff[uDiFf] - Failed: nomatch: '     0  1  4'
FAILED testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_cdiff - Failed: nomatch: '         a  b'
FAILED testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_ndiff - Failed: nomatch: '         a  b'
FAILED testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_none_or_only_first_failure[none] - Failed: nomatch: 'Expected:'
FAILED testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_none_or_only_first_failure[only_first_failure] - Failed: nomatch: 'Expected:'
FAILED testing/test_doctest.py::test_doctest_mock_objects_dont_recurse_missbehaved[mock] - Failed: nomatch: '* 1 passed *'
FAILED testing/test_doctest.py::test_doctest_mock_objects_dont_recurse_missbehaved[unittest.mock] - Failed: nomatch: '* 1 passed *'
FAILED testing/test_error_diffs.py::test_error_diff[Compare lists, one item differs] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Compare lists, one extra item] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Compare lists, one item missing] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Compare tuples] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Compare sets] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Compare dicts with differing keys] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Compare dicts with differing values] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Compare dicts with differing items] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Compare strings] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Test "not in" string] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Compare data classes] - Failed: nomatch: ''
FAILED testing/test_error_diffs.py::test_error_diff[Compare attrs classes] - Failed: nomatch: ''
FAILED testing/test_junitxml.py::TestPython::test_summing_simple[xunit1] - AssertionError: assert {'errors': '1...ed': '0', ...} == {'errors': '0...ed': '2', ...}
FAILED testing/test_junitxml.py::TestPython::test_summing_simple[xunit2] - AssertionError: assert {'errors': '1...ed': '0', ...} == {'errors': '0...ed': '2', ...}
FAILED testing/test_junitxml.py::TestPython::test_summing_simple_with_errors[xunit1] - AssertionError: assert {'errors': '1...ed': '0', ...} == {'errors': '1...ed': '1',...
FAILED testing/test_junitxml.py::TestPython::test_summing_simple_with_errors[xunit2] - AssertionError: assert {'errors': '1...ed': '0', ...} == {'errors': '1...ed': '1',...
FAILED testing/test_junitxml.py::TestPython::test_timing_function - AssertionError: assert 0.0 == 7.0
FAILED testing/test_junitxml.py::TestPython::test_junit_duration_report[call] - TypeError: 'NoneType' object is not subscriptable
FAILED testing/test_junitxml.py::TestPython::test_junit_duration_report[total] - TypeError: 'NoneType' object is not subscriptable
FAILED testing/test_junitxml.py::TestPython::test_setup_error[xunit1] - AssertionError: assert {'classname':...': 'internal'} == {'classname':...est_function'}
FAILED testing/test_junitxml.py::TestPython::test_setup_error[xunit2] - AssertionError: assert {'classname':...': 'internal'} == {'classname':...est_function'}
FAILED testing/test_junitxml.py::TestPython::test_teardown_error[xunit1] - AssertionError: assert {'classname':...': 'internal'} == {'classname':...est_function'}
FAILED testing/test_junitxml.py::TestPython::test_teardown_error[xunit2] - AssertionError: assert {'classname':...': 'internal'} == {'classname':...est_function'}
FAILED testing/test_junitxml.py::TestPython::test_call_failure_teardown_error[xunit1] - AssertionError: assert {'errors': '1... 'tests': '1'} == {'errors': '1... 'tests'...
FAILED testing/test_junitxml.py::TestPython::test_call_failure_teardown_error[xunit2] - AssertionError: assert {'errors': '1... 'tests': '1'} == {'errors': '1... 'tests'...
FAILED testing/test_junitxml.py::TestPython::test_skip_contains_name_reason[xunit1] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::TestPython::test_skip_contains_name_reason[xunit2] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::TestPython::test_mark_skip_contains_name_reason[xunit1] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::TestPython::test_mark_skip_contains_name_reason[xunit2] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::TestPython::test_mark_skipif_contains_name_reason[xunit1] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::TestPython::test_mark_skipif_contains_name_reason[xunit2] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::TestPython::test_mark_skip_doesnt_capture_output[xunit1] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::TestPython::test_mark_skip_doesnt_capture_output[xunit2] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::TestPython::test_classname_instance[xunit1] - AssertionError: assert {'failures': '0'} == {'failures': '1'}
FAILED testing/test_junitxml.py::TestPython::test_classname_instance[xunit2] - AssertionError: assert {'failures': '0'} == {'failures': '1'}
FAILED testing/test_junitxml.py::TestPython::test_classname_nested_dir[xunit1] - AssertionError: assert {'failures': '0'} == {'failures': '1'}
FAILED testing/test_junitxml.py::TestPython::test_classname_nested_dir[xunit2] - AssertionError: assert {'failures': '0'} == {'failures': '1'}
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit1-no] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '1'}
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit1-log] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '1'}
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit1-system-out] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests'...
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit1-system-err] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests'...
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit1-out-err] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '1'}
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit1-all] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '1'}
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit2-no] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '1'}
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit2-log] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '1'}
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit2-system-out] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests'...
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit2-system-err] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests'...
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit2-out-err] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '1'}
FAILED testing/test_junitxml.py::TestPython::test_failure_function[xunit2-all] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '1'}
FAILED testing/test_junitxml.py::TestPython::test_failure_verbose_message[xunit1] - AttributeError: 'NoneType' object has no attribute 'assert_attr'
FAILED testing/test_junitxml.py::TestPython::test_failure_verbose_message[xunit2] - AttributeError: 'NoneType' object has no attribute 'assert_attr'
FAILED testing/test_junitxml.py::TestPython::test_failure_escape[xunit1] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '3'}
FAILED testing/test_junitxml.py::TestPython::test_failure_escape[xunit2] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '3'}
FAILED testing/test_junitxml.py::TestPython::test_junit_prefixing[xunit1] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '2'}
FAILED testing/test_junitxml.py::TestPython::test_junit_prefixing[xunit2] - AssertionError: assert {'failures': ... 'tests': '1'} == {'failures': ... 'tests': '2'}
FAILED testing/test_junitxml.py::TestPython::test_xfailure_function[xunit1] - assert not <ExitCode.INTERNAL_ERROR: 3>
FAILED testing/test_junitxml.py::TestPython::test_xfailure_function[xunit2] - assert not <ExitCode.INTERNAL_ERROR: 3>
FAILED testing/test_junitxml.py::TestPython::test_xfailure_marker[xunit1] - assert not <ExitCode.INTERNAL_ERROR: 3>
FAILED testing/test_junitxml.py::TestPython::test_xfailure_marker[xunit2] - assert not <ExitCode.INTERNAL_ERROR: 3>
FAILED testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[log] - assert 0 == 1
FAILED testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[system-out] - assert 0 == 1
FAILED testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[system-err] - assert 0 == 1
FAILED testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[out-err] - assert 0 == 1
FAILED testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[all] - assert 0 == 1
FAILED testing/test_junitxml.py::TestPython::test_xfailure_xpass[xunit1] - AssertionError: assert {'classname':...': 'internal'} == {'classname':... 'test_xpass'}
FAILED testing/test_junitxml.py::TestPython::test_xfailure_xpass[xunit2] - AssertionError: assert {'classname':...': 'internal'} == {'classname':... 'test_xpass'}
FAILED testing/test_junitxml.py::TestPython::test_xfailure_xpass_strict[xunit1] - AssertionError: assert {'classname':...': 'internal'} == {'classname':... 'test_xpass'}
FAILED testing/test_junitxml.py::TestPython::test_xfailure_xpass_strict[xunit2] - AssertionError: assert {'classname':...': 'internal'} == {'classname':... 'test_xpass'}
FAILED testing/test_junitxml.py::TestPython::test_unicode - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_junitxml.py::TestPython::test_pass_captures_stdout[system-out] - AttributeError: 'NoneType' object has no attribute 'toxml'
FAILED testing/test_junitxml.py::TestPython::test_pass_captures_stderr[system-err] - AttributeError: 'NoneType' object has no attribute 'toxml'
FAILED testing/test_junitxml.py::TestPython::test_setup_error_captures_stdout[system-out] - AttributeError: 'NoneType' object has no attribute 'toxml'
FAILED testing/test_junitxml.py::TestPython::test_setup_error_captures_stderr[system-err] - AttributeError: 'NoneType' object has no attribute 'toxml'
FAILED testing/test_junitxml.py::TestPython::test_avoid_double_stdout[system-out] - AttributeError: 'NoneType' object has no attribute 'toxml'
FAILED testing/test_junitxml.py::TestNonPython::test_summing_simple[xunit1] - AssertionError: assert {'errors': '1... 'tests': '1'} == {'errors': '0... 'tests': '1'}
FAILED testing/test_junitxml.py::TestNonPython::test_summing_simple[xunit2] - AssertionError: assert {'errors': '1... 'tests': '1'} == {'errors': '0... 'tests': '1'}
FAILED testing/test_junitxml.py::test_nullbyte[system-out] - assert '#x00' in '<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="1" fail...
FAILED testing/test_junitxml.py::test_nullbyte_replace[system-out] - assert '#x0' in '<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="...
FAILED testing/test_junitxml.py::test_logxml_changingdir - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_logxml_makedir - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_escaped_parametrized_names_xml - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_double_colon_split_function_issue469 - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_double_colon_split_method_issue469 - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_record_property - AttributeError: 'NoneType' object has no attribute 'find_by_tag'
FAILED testing/test_junitxml.py::test_record_property_same_name - AttributeError: 'NoneType' object has no attribute 'find_by_tag'
FAILED testing/test_junitxml.py::test_record_fixtures_without_junitxml[record_property] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_record_fixtures_without_junitxml[record_xml_attribute] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_record_attribute - AssertionError: assert {'foo': None} == {'foo': '<1'}
FAILED testing/test_junitxml.py::test_record_fixtures_xunit2[record_xml_attribute] - Failed: nomatch: "*test_record_fixtures_xunit2.py:6:*record_xml_attribute is incompa...
FAILED testing/test_junitxml.py::test_record_fixtures_xunit2[record_property] - Failed: nomatch: "*test_record_fixtures_xunit2.py:6:*record_property is incompatible with...
FAILED testing/test_junitxml.py::test_runs_twice - Failed: nomatch: '*INTERNALERROR*'
FAILED testing/test_junitxml.py::test_fancy_items_regression - Failed: nomatch: '*INTERNALERROR*'
FAILED testing/test_junitxml.py::test_record_testsuite_property[xunit1] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_record_testsuite_property[xunit2] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_record_testsuite_property_junit_disabled - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_record_testsuite_property_type_checking[True] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_junitxml.py::test_record_testsuite_property_type_checking[False] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_junitxml.py::test_set_suite_name[xunit1-my_suite] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_set_suite_name[xunit1-] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_set_suite_name[xunit2-my_suite] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_set_suite_name[xunit2-] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_escaped_skipreason_issue3533 - AttributeError: 'NoneType' object has no attribute 'text'
FAILED testing/test_junitxml.py::test_logging_passing_tests_disabled_does_not_log_test_output[xunit1] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_logging_passing_tests_disabled_does_not_log_test_output[xunit2] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[no-xunit1] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[no-xunit2] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[system-out-xunit1] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[system-out-xunit2] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[system-err-xunit1] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[system-err-xunit2] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_main.py::test_module_full_path_without_drive - Failed: nomatch: 'project/tests/dummy_test.py::test PASSED *'
FAILED testing/test_mark.py::test_marked_class_run_twice - AssertionError: ([], [], [])
FAILED testing/test_mark.py::test_ini_markers - AssertionError: ([], [], [])
FAILED testing/test_mark.py::test_ini_markers_whitespace - AssertionError: ([], [], [])
FAILED testing/test_mark.py::test_mark_on_pseudo_function - AssertionError: ([], [], [])
FAILED testing/test_mark.py::test_mark_option[xyz-expected_passed0] - AssertionError: assert [] == ['test_one']
FAILED testing/test_mark.py::test_mark_option[(((  xyz))  )-expected_passed1] - AssertionError: assert [] == ['test_one']
FAILED testing/test_mark.py::test_mark_option[not not xyz-expected_passed2] - AssertionError: assert [] == ['test_one']
FAILED testing/test_mark.py::test_mark_option[xyz2-expected_passed4] - AssertionError: assert [] == ['test_two']
FAILED testing/test_mark.py::test_mark_option[xyz or xyz2-expected_passed5] - AssertionError: assert [] == ['test_one', 'test_two']
FAILED testing/test_mark.py::test_mark_option_custom[interface-expected_passed0] - AssertionError: assert [] == ['test_interface']
FAILED testing/test_mark.py::test_mark_option_custom[not interface-expected_passed1] - AssertionError: assert [] == ['test_nointer']
FAILED testing/test_mark.py::test_keyword_option_custom[interface-expected_passed0] - AssertionError: assert [] == ['test_interface']
FAILED testing/test_mark.py::test_keyword_option_custom[not interface-expected_passed1] - AssertionError: assert [] == ['test_nointe..._1', 'test_2']
FAILED testing/test_mark.py::test_keyword_option_custom[pass-expected_passed2] - AssertionError: assert [] == ['test_pass']
FAILED testing/test_mark.py::test_keyword_option_custom[not pass-expected_passed3] - AssertionError: assert [] == ['test_interf..._1', 'test_2']
FAILED testing/test_mark.py::test_keyword_option_custom[not not not (pass)-expected_passed4] - AssertionError: assert [] == ['test_interf..._1', 'test_2']
FAILED testing/test_mark.py::test_keyword_option_custom[1 or 2-expected_passed5] - AssertionError: assert [] == ['test_1', 'test_2']
FAILED testing/test_mark.py::test_keyword_option_custom[not (1 or 2)-expected_passed6] - AssertionError: assert [] == ['test_interf..., 'test_pass']
FAILED testing/test_mark.py::test_keyword_option_considers_mark - assert 0 == 1
FAILED testing/test_mark.py::test_keyword_option_parametrize[None-expected_passed0] - AssertionError: assert [] == ['test_func[None]']
FAILED testing/test_mark.py::test_keyword_option_parametrize[[1.3]-expected_passed1] - AssertionError: assert [] == ['test_func[1.3]']
FAILED testing/test_mark.py::test_keyword_option_parametrize[2-3-expected_passed2] - AssertionError: assert [] == ['test_func[2-3]']
FAILED testing/test_mark.py::test_parametrize_with_module - IndexError: list index out of range
FAILED testing/test_mark.py::test_parametrized_collected_from_command_line - AssertionError: ([], [], [])
FAILED testing/test_mark.py::test_parametrized_with_kwargs - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_mark.py::test_parametrize_iterator - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_mark.py::TestFunctional::test_mark_dynamically_in_funcarg - Failed: nomatch: 'keyword: *hello*'
FAILED testing/test_mark.py::TestFunctional::test_keywords_at_node_level - AssertionError: ([], [], [])
FAILED testing/test_mark.py::TestFunctional::test_keyword_added_for_session - AssertionError: ([], [], [])
FAILED testing/test_mark.py::TestFunctional::test_mark_from_parameters - AssertionError: ([], [], [])
FAILED testing/test_mark.py::TestFunctional::test_reevaluate_dynamic_expr - AssertionError: ([], [], [])
FAILED testing/test_mark.py::TestKeywordSelection::test_select_simple - assert 0 == 1
FAILED testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[xxx] - assert 0 == 1
FAILED testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[xxx and test_2] - assert 0 == 1
FAILED testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[TestClass] - assert 0 == 1
FAILED testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[xxx and not test_1] - assert 0 == 1
FAILED testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[TestClass and test_2] - assert 0 == 1
FAILED testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[xxx and TestClass and test_2] - assert 0 == 1
FAILED testing/test_mark.py::TestKeywordSelection::test_select_starton - assert 0 == 2
FAILED testing/test_mark.py::TestKeywordSelection::test_keyword_extra - assert 0 == 1
FAILED testing/test_mark.py::test_mark_expressions_no_smear - assert 0 == 1
FAILED testing/test_mark.py::test_markers_from_parametrize - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_monkeypatch.py::test_monkeypatch_plugin - AssertionError: [0, 0, 0]
FAILED testing/test_monkeypatch.py::test_issue185_time_breaks - Failed: nomatch: '*1 passed*'
FAILED testing/test_monkeypatch.py::test_importerror - Failed: nomatch: "*import error in package.a: No module named 'doesnotexist'*"
FAILED testing/test_nodes.py::test_failure_with_changed_cwd - Failed: nomatch: '/tmp/pytest-of-tkloczko/pytest-42/test_failure_with_changed_cwd0/test_failure_with_change...
FAILED testing/test_nose.py::test_nose_setup - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_nose.py::test_nose_setup_func - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_nose.py::test_nose_setup_func_failure - Failed: nomatch: '*TypeError: <lambda>()*'
FAILED testing/test_nose.py::test_nose_setup_func_failure_2 - AssertionError: ([], [], [])
FAILED testing/test_nose.py::test_nose_setup_partial - Failed: nomatch: '*2 passed*'
FAILED testing/test_nose.py::test_module_level_setup - Failed: nomatch: '*2 passed*'
FAILED testing/test_nose.py::test_nose_style_setup_teardown - Failed: nomatch: '*2 passed*'
FAILED testing/test_nose.py::test_nose_setup_ordering - Failed: nomatch: '*1 passed*'
FAILED testing/test_nose.py::test_apiwrapper_problem_issue260 - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_nose.py::test_setup_teardown_linking_issue265 - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 1, ...}
FAILED testing/test_nose.py::test_SkipTest_in_test - AssertionError: ([], [], [])
FAILED testing/test_nose.py::test_istest_function_decorator - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_nose.py::test_istest_class_decorator - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_nose.py::test_skip_test_with_unicode - Failed: nomatch: '* 1 skipped *'
FAILED testing/test_nose.py::test_raises - Failed: nomatch: 'test_raises.py::test_raises_runtimeerror PASSED*'
FAILED testing/test_pastebin.py::TestPasteCapture::test_failed - assert 0 == 1
FAILED testing/test_pastebin.py::TestPasteCapture::test_all - assert [0, 0, 0] == [1, 1, 1]
FAILED testing/test_pastebin.py::TestPasteCapture::test_non_ascii_paste_text - Failed: nomatch: "*assert '☺' == 1*"
FAILED testing/test_pluginmanager.py::TestPytestPluginManager::test_pluginmanager_ENV_startup - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_pytester.py::test_testdir_runs_with_plugin - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_pytester.py::test_testdir_with_doctest - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_pytester.py::test_runresult_assertion_on_xfail - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_pytester.py::test_runresult_assertion_on_xpassed - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_pytester.py::test_xpassed_with_strict_is_considered_a_failure - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/test_pytester.py::TestInlineRunModulesCleanup::test_inline_run_test_module_not_cleaned_up - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/test_pytester.py::TestInlineRunModulesCleanup::test_external_test_module_imports_not_cleaned_up - AssertionError: assert 'you son of a silly person' == 42
FAILED testing/test_pytester.py::test_popen_default_stdin_stderr_and_stdin_None - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_pytester.py::test_testdir_outcomes_with_multiple_errors - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 2,...pped': 0, ...}
FAILED testing/test_recwarn.py::test_recwarn_functional - AssertionError: ([], [], [])
FAILED testing/test_recwarn.py::TestWarns::test_double_test - Failed: nomatch: '*2 passed in*'
FAILED testing/test_reports.py::TestReportSerialization::test_xdist_longrepr_to_str_issue_241 - assert 0 == 6
FAILED testing/test_reports.py::TestReportSerialization::test_xdist_report_longrepr_reprcrash_130 - assert 0 == 3
FAILED testing/test_reports.py::TestReportSerialization::test_reprentries_serialization_170 - assert 0 == 3
FAILED testing/test_reports.py::TestReportSerialization::test_reprentries_serialization_196 - assert 0 == 3
FAILED testing/test_reports.py::TestReportSerialization::test_itemreport_outcomes - assert 0 == 17
FAILED testing/test_reports.py::TestReportSerialization::test_paths_support - assert 0 == 3
FAILED testing/test_reports.py::TestReportSerialization::test_deserialization_failure - assert 0 == 3
FAILED testing/test_reports.py::TestReportSerialization::test_chained_exceptions[TestReport] - assert 0 == 3
FAILED testing/test_reports.py::TestReportSerialization::test_chained_exceptions_no_reprcrash - assert 0 == 3
FAILED testing/test_reports.py::TestHooks::test_test_report - assert 0 == 6
FAILED testing/test_reports.py::TestHooks::test_invalid_report_types[pytest_runtest_logreport] - assert []
FAILED testing/test_runner.py::TestExecutionNonForked::test_passfunction - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestExecutionNonForked::test_failfunction - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestExecutionNonForked::test_skipfunction - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestExecutionNonForked::test_skip_in_setup_function - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestExecutionNonForked::test_failure_in_setup_function - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestExecutionNonForked::test_failure_in_teardown_function - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestExecutionNonForked::test_custom_failure_repr - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestExecutionNonForked::test_teardown_final_returncode - ValueError: 42
FAILED testing/test_runner.py::TestExecutionNonForked::test_logstart_logfinish_hooks - AssertionError: assert ['pytest_runtest_logstart'] == ['pytest_runt...st_logfinish']
FAILED testing/test_runner.py::TestExecutionNonForked::test_exact_teardown_issue90 - Exception
FAILED testing/test_runner.py::TestExecutionNonForked::test_exact_teardown_issue1206 - TypeError: teardown_method() missing 2 required positional arguments: 'y' and 'z'
FAILED testing/test_runner.py::TestExecutionNonForked::test_failure_in_setup_function_ignores_custom_repr - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestExecutionNonForked::test_systemexit_does_not_bail_out - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestExecutionNonForked::test_exit_propagates - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestExecutionNonForked::test_keyboardinterrupt_propagates - KeyError: <Function test_func>
FAILED testing/test_runner.py::test_pytest_exit_returncode - Failed: nomatch: '*! *Exit: some exit msg !*'
FAILED testing/test_runner.py::test_pytest_fail_notrace_runtest
FAILED testing/test_runner.py::test_pytest_fail_notrace_non_ascii - Failed: nomatch: '*test_hello*'
FAILED testing/test_runner.py::test_pytest_no_tests_collected_exit_status - Failed: nomatch: '*1 passed*'
FAILED testing/test_runner.py::test_unicode_in_longrepr - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_runner.py::test_makereport_getsource - Failed: nomatch: '*INTERNALERROR*'
FAILED testing/test_runner.py::test_makereport_getsource_dynamic_code - Failed: nomatch: '*INTERNALERROR*'
FAILED testing/test_runner.py::test_current_test_env_var - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_runner.py::TestReportContents::test_longreprtext_pass - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestReportContents::test_longreprtext_skip - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestReportContents::test_longreprtext_failure - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestReportContents::test_captured_text - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestReportContents::test_no_captured_text - KeyError: <Function test_func>
FAILED testing/test_runner.py::TestReportContents::test_longrepr_type - KeyError: <Function test_func>
FAILED testing/test_runner_xunit.py::test_module_and_function_setup - ValueError: could not find test report matching 'test_modlevel': no test reports at all!
FAILED testing/test_runner_xunit.py::test_module_setup_failure_no_teardown - AssertionError: ([], [], [])
FAILED testing/test_runner_xunit.py::test_class_setup - AssertionError: ([], [], [])
FAILED testing/test_runner_xunit.py::test_class_setup_failure_no_teardown - AssertionError: ([], [], [])
FAILED testing/test_runner_xunit.py::test_method_setup - AssertionError: ([], [], [])
FAILED testing/test_runner_xunit.py::test_method_setup_failure_no_teardown - AssertionError: ([], [], [])
FAILED testing/test_runner_xunit.py::test_method_setup_uses_fresh_instances - AssertionError: ([], [], [])
FAILED testing/test_runner_xunit.py::test_setup_that_skips_calledagain - AssertionError: ([], [], [])
FAILED testing/test_runner_xunit.py::test_setup_fails_again_on_all_tests - AssertionError: ([], [], [])
FAILED testing/test_runner_xunit.py::test_setup_funcarg_setup_when_outer_scope_fails - Failed: nomatch: '*function1*'
FAILED testing/test_runner_xunit.py::test_setup_teardown_function_level_with_optional_argument[] - AssertionError: ([], [], [])
FAILED testing/test_runner_xunit.py::test_setup_teardown_function_level_with_optional_argument[arg] - AssertionError: ([], [], [])
FAILED testing/test_session.py::TestNewSession::test_basic_testitem_events - assert 0 == 1
FAILED testing/test_session.py::TestNewSession::test_raises_output - assert 0 == 1
FAILED testing/test_session.py::TestNewSession::test_exit_first_problem - assert 0 == 1
FAILED testing/test_session.py::TestNewSession::test_maxfail - assert 0 == 2
FAILED testing/test_session.py::TestNewSession::test_broken_repr - assert (0, 0, 0) == (1, 0, 1)
FAILED testing/test_session.py::TestNewSession::test_broken_repr_with_showlocals_verbose - assert (0, 0, 0) == (0, 0, 1)
FAILED testing/test_session.py::TestNewSession::test_order_of_execution - assert 0 == 7
FAILED testing/test_session.py::test_exclude - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_session.py::test_exclude_glob - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_session.py::test_deselect - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_session.py::test_rootdir_option_arg[root] - Failed: nomatch: '*rootdir: /tmp/pytest-of-tkloczko/pytest-42/test_rootdir_option_arg0/root'
FAILED testing/test_session.py::test_rootdir_option_arg[{relative}/root] - Failed: nomatch: '*rootdir: /tmp/pytest-of-tkloczko/pytest-42/test_rootdir_option_arg1/root'
FAILED testing/test_session.py::test_rootdir_option_arg[{environment}/root] - Failed: nomatch: '*rootdir: /tmp/pytest-of-tkloczko/pytest-42/test_rootdir_option_arg2/root'
FAILED testing/test_setuponly.py::test_show_only_active_fixtures[--setup-only] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_different_scopes[--setup-only] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_nested_fixtures[--setup-only] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_autouse[--setup-only] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_parameters[--setup-only] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_parameter_ids[--setup-only] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_parameter_ids_function[--setup-only] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_only_active_fixtures[--setup-plan] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_different_scopes[--setup-plan] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_nested_fixtures[--setup-plan] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_autouse[--setup-plan] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_parameters[--setup-plan] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_parameter_ids[--setup-plan] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_parameter_ids_function[--setup-plan] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_only_active_fixtures[--setup-show] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_different_scopes[--setup-show] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_nested_fixtures[--setup-show] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_autouse[--setup-show] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_parameters[--setup-show] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_parameter_ids[--setup-show] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_show_fixtures_with_parameter_ids_function[--setup-show] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_dynamic_fixture_request - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setuponly.py::test_capturing - Failed: nomatch: 'this should be captured'
FAILED testing/test_setuponly.py::test_show_fixtures_and_execute_test - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_setuponly.py::test_setup_show_with_KeyboardInterrupt_in_test - Failed: nomatch: '*SETUP    F arg*'
FAILED testing/test_setupplan.py::test_show_fixtures_and_test - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_setupplan.py::test_show_multi_test_fixture_setup_and_teardown_correctly_simple - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_skipping.py::TestEvaluation::test_skipif_markeval_namespace - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_skipping.py::TestEvaluation::test_skipif_markeval_namespace_multiple - AssertionError: ([], [], [])
FAILED testing/test_skipping.py::TestEvaluation::test_skipif_markeval_namespace_ValueError - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_skipping.py::TestXFail::test_xfail_simple[True] - KeyError: <Function test_func>
FAILED testing/test_skipping.py::TestXFail::test_xfail_simple[False] - KeyError: <Function test_func>
FAILED testing/test_skipping.py::TestXFail::test_xfail_xpassed - KeyError: <Function test_func>
FAILED testing/test_skipping.py::TestXFail::test_xfail_using_platform - KeyError: <Function test_func>
FAILED testing/test_skipping.py::TestXFail::test_xfail_xpassed_strict - KeyError: <Function test_func>
FAILED testing/test_skipping.py::TestXFail::test_xfail_run_anyway - Failed: nomatch: '*def test_func():*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_run_with_skip_mark[test_input0-expected0] - Failed: nomatch: 'SKIPPED [1] test_sample.py:2: unconditional skip'
FAILED testing/test_skipping.py::TestXFail::test_xfail_run_with_skip_mark[test_input1-expected1] - Failed: nomatch: 'SKIPPED [1] test_sample.py:2: unconditional skip'
FAILED testing/test_skipping.py::TestXFail::test_xfail_evalfalse_but_fails - KeyError: <Function test_func>
FAILED testing/test_skipping.py::TestXFail::test_xfail_not_run_xfail_reporting - Failed: nomatch: '*test_one*test_this*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_not_run_no_setup_run - Failed: nomatch: '*test_one*test_this*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_xpass - Failed: nomatch: '*XPASS*test_that*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_imperative - Failed: nomatch: '*1 xfailed*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_imperative_in_setup_function - Failed: nomatch: '*1 xfailed*'
FAILED testing/test_skipping.py::TestXFail::test_dynamic_xfail_no_run - Failed: nomatch: '*XFAIL*test_this*'
FAILED testing/test_skipping.py::TestXFail::test_dynamic_xfail_set_during_funcarg_setup - Failed: nomatch: '*1 xfailed*'
FAILED testing/test_skipping.py::TestXFail::test_dynamic_xfail_set_during_runtest_failed - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped'...
FAILED testing/test_skipping.py::TestXFail::test_dynamic_xfail_set_during_runtest_passed_strict - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,....
FAILED testing/test_skipping.py::TestXFail::test_xfail_raises[TypeError-TypeError-*1 xfailed*] - Failed: nomatch: '*1 xfailed*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_raises[(AttributeError, TypeError)-TypeError-*1 xfailed*] - Failed: nomatch: '*1 xfailed*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_raises[TypeError-IndexError-*1 failed*] - Failed: nomatch: '*1 failed*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_raises[(AttributeError, TypeError)-IndexError-*1 failed*] - Failed: nomatch: '*1 failed*'
FAILED testing/test_skipping.py::TestXFail::test_strict_sanity - Failed: nomatch: '*XFAIL*'
FAILED testing/test_skipping.py::TestXFail::test_strict_xfail[True] - Failed: nomatch: '*test_foo*'
FAILED testing/test_skipping.py::TestXFail::test_strict_xfail[False] - Failed: nomatch: '*test_strict_xfail*'
FAILED testing/test_skipping.py::TestXFail::test_strict_xfail_condition[True] - Failed: nomatch: '*1 passed*'
FAILED testing/test_skipping.py::TestXFail::test_strict_xfail_condition[False] - Failed: nomatch: '*1 passed*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_condition_keyword[True] - Failed: nomatch: '*1 passed*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_condition_keyword[False] - Failed: nomatch: '*1 passed*'
FAILED testing/test_skipping.py::TestXFail::test_strict_xfail_default_from_file[true] - Failed: nomatch: '*1 failed*'
FAILED testing/test_skipping.py::TestXFail::test_strict_xfail_default_from_file[false] - Failed: nomatch: '*1 xpassed*'
FAILED testing/test_skipping.py::TestXFail::test_xfail_markeval_namespace - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_skipping.py::TestXFailwithSetupTeardown::test_failing_setup_issue9 - Failed: nomatch: '*1 xfail*'
FAILED testing/test_skipping.py::TestXFailwithSetupTeardown::test_failing_teardown_issue9 - Failed: nomatch: '*1 xfail*'
FAILED testing/test_skipping.py::TestSkip::test_skip_class - AssertionError: ([], [], [])
FAILED testing/test_skipping.py::TestSkip::test_skips_on_false_string - AssertionError: ([], [], [])
FAILED testing/test_skipping.py::TestSkip::test_arg_as_reason - Failed: nomatch: '*testing stuff*'
FAILED testing/test_skipping.py::TestSkip::test_skip_no_reason - Failed: nomatch: '*unconditional skip*'
FAILED testing/test_skipping.py::TestSkip::test_skip_with_reason - Failed: nomatch: '*for lolz*'
FAILED testing/test_skipping.py::TestSkip::test_only_skips_marked_test - Failed: nomatch: '*nothing in particular*'
FAILED testing/test_skipping.py::TestSkip::test_strict_and_skip - Failed: nomatch: '*unconditional skip*'
FAILED testing/test_skipping.py::TestSkipif::test_skipif_reporting["hasattr(sys, 'platform')"] - Failed: nomatch: '*SKIP*1*test_foo.py*platform*'
FAILED testing/test_skipping.py::TestSkipif::test_skipif_reporting[True, reason="invalid platform"] - Failed: nomatch: '*SKIP*1*test_foo.py*platform*'
FAILED testing/test_skipping.py::TestSkipif::test_skipif_reporting_multiple[skipif-SKIP-skipped] - Failed: nomatch: '*SKIP*test_foo.py*second_condition*'
FAILED testing/test_skipping.py::TestSkipif::test_skipif_reporting_multiple[xfail-XPASS-xpassed] - Failed: nomatch: '*XPASS*test_foo.py*second_condition*'
FAILED testing/test_skipping.py::test_skip_not_report_default - Failed: nomatch: '*1 skipped*'
FAILED testing/test_skipping.py::test_skipif_class - Failed: nomatch: '*2 skipped*'
FAILED testing/test_skipping.py::test_skipped_reasons_functional - Failed: line 'SKIPPED [[]2[]] conftest.py:4: test' not found in output
FAILED testing/test_skipping.py::test_skipped_folding - Failed: nomatch: '*SKIP*2*test_one.py: Folding'
FAILED testing/test_skipping.py::test_reportchars - Failed: nomatch: 'FAIL*test_1*'
FAILED testing/test_skipping.py::test_reportchars_error - Failed: nomatch: 'ERROR*test_foo*'
FAILED testing/test_skipping.py::test_reportchars_all - Failed: nomatch: 'SKIP*four*'
FAILED testing/test_skipping.py::test_reportchars_all_error - Failed: nomatch: 'ERROR*test_foo*'
FAILED testing/test_skipping.py::test_errors_in_xfail_skip_expressions - Failed: nomatch: '*ERROR*test_nameerror*'
FAILED testing/test_skipping.py::test_xfail_skipif_with_globals - Failed: nomatch: '*SKIP*x == 3*'
FAILED testing/test_skipping.py::test_xfail_test_setup_exception - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_skipping.py::test_imperativeskip_on_xfail_test - Failed: line '*SKIP*abc*' not found in output
FAILED testing/test_skipping.py::TestBooleanCondition::test_skipif - Failed: nomatch: '*1 passed*1 skipped*'
FAILED testing/test_skipping.py::TestBooleanCondition::test_skipif_noreason - Failed: nomatch: '*1 error*'
FAILED testing/test_skipping.py::TestBooleanCondition::test_xfail - Failed: nomatch: '*XFAIL*'
FAILED testing/test_skipping.py::test_xfail_item - assert []
FAILED testing/test_skipping.py::test_mark_xfail_item - assert []
FAILED testing/test_skipping.py::test_summary_list_after_errors - Failed: nomatch: '=* FAILURES *='
FAILED testing/test_skipping.py::test_relpath_rootdir - Failed: nomatch: 'SKIPPED [[]1[]] tests/test_1.py:2: unconditional skip'
FAILED testing/test_stepwise.py::test_run_without_stepwise - Failed: nomatch: '*test_success_before_fail PASSED*'
FAILED testing/test_stepwise.py::test_stepwise_output_summary - Failed: nomatch: 'stepwise: skipping 4 already passed items.'
FAILED testing/test_stepwise.py::test_fail_and_continue_with_stepwise - AssertionError: assert 'test_success_before_fail PASSED' in '============================= test s...
FAILED testing/test_stepwise.py::test_run_with_skip_option[--stepwise-skip] - AssertionError: assert 'test_fail_on_flag FAILED' in '============================= test se...
FAILED testing/test_stepwise.py::test_run_with_skip_option[--sw-skip] - AssertionError: assert 'test_fail_on_flag FAILED' in '============================= test session ...
FAILED testing/test_stepwise.py::test_fail_on_errors - AssertionError: assert 'test_error ERROR' in '============================= test session starts ==================...
FAILED testing/test_stepwise.py::test_change_testfile - AssertionError: assert 'test_fail_on_flag FAILED' in '============================= test session starts =========...
FAILED testing/test_stepwise.py::test_xfail_handling - Failed: nomatch: '*::test_a PASSED *'
FAILED testing/test_terminal.py::TestTerminal::test_pass_skip_fail[default] - Failed: nomatch: '*test_pass_skip_fail.py .sF*'
FAILED testing/test_terminal.py::TestTerminal::test_pass_skip_fail[verbose] - Failed: nomatch: '*test_pass_skip_fail.py::test_ok PASS*'
FAILED testing/test_terminal.py::TestTerminal::test_pass_skip_fail[quiet] - Failed: nomatch: '.sF*'
FAILED testing/test_terminal.py::TestTerminal::test_itemreport_subclasses_show_subclassed_file - Failed: nomatch: 'tests/test_p2.py .*'
FAILED testing/test_terminal.py::TestTerminal::test_itemreport_directclasses_not_shown_as_subclasses - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_terminal.py::TestTerminal::test_keyboard_interrupt[] - Failed: nomatch: '    def test_foobar():'
FAILED testing/test_terminal.py::TestTerminal::test_keyboard_interrupt[--fulltrace] - Failed: nomatch: '    def test_foobar():'
FAILED testing/test_terminal.py::TestTerminal::test_report_teststatus_explicit_markup - Failed: nomatch: '*\x1b[[]31mFOO\x1b[[]0m*'
FAILED testing/test_terminal.py::TestTerminal::test_verbose_skip_reason - Failed: nomatch: 'test_verbose_skip_reason.py::test_1 SKIPPED (123) *'
FAILED testing/test_terminal.py::TestFixtureReporting::test_setup_fixture_error - Failed: nomatch: '*ERROR at setup of test_nada*'
FAILED testing/test_terminal.py::TestFixtureReporting::test_teardown_fixture_error - Failed: nomatch: '*ERROR at teardown*'
FAILED testing/test_terminal.py::TestFixtureReporting::test_teardown_fixture_error_and_test_failure - Failed: nomatch: '*ERROR at teardown of test_fail*'
FAILED testing/test_terminal.py::TestFixtureReporting::test_setup_teardown_output_and_test_failure - Failed: nomatch: '*test_fail*'
FAILED testing/test_terminal.py::TestTerminalFunctional::test_deselected - Failed: nomatch: 'collected 3 items / 1 deselected / 2 selected'
FAILED testing/test_terminal.py::TestTerminalFunctional::test_deselected_with_hookwrapper - Failed: nomatch: 'collected 3 items / 1 deselected / 2 selected'
FAILED testing/test_terminal.py::TestTerminalFunctional::test_show_deselected_items_using_markexpr_before_test_execution - Failed: nomatch: 'collected 3 items / 1 desele...
FAILED testing/test_terminal.py::TestTerminalFunctional::test_no_skip_summary_if_failure - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_terminal.py::TestTerminalFunctional::test_passes - Failed: nomatch: 'test_passes.py ..*'
FAILED testing/test_terminal.py::TestTerminalFunctional::test_showlocals - Failed: nomatch: 'x* = 3'
FAILED testing/test_terminal.py::TestTerminalFunctional::test_showlocals_short - Failed: nomatch: 'test_showlocals_short.py:*'
FAILED testing/test_terminal.py::TestTerminalFunctional::test_verbose_reporting - Failed: nomatch: '*test_verbose_reporting.py::test_fail *FAIL*'
FAILED testing/test_terminal.py::TestTerminalFunctional::test_quiet_reporting - assert 'passed' in 'INTERNALERROR> Traceback (most recent call last):\nINTERNALERROR>   F...
FAILED testing/test_terminal.py::TestTerminalFunctional::test_summary_f_alias - Failed: nomatch: 'FAILED test_summary_f_alias.py::test - assert False'
FAILED testing/test_terminal.py::TestTerminalFunctional::test_summary_s_alias - Failed: nomatch: 'SKIPPED [1] test_summary_s_alias.py:3: unconditional skip'
FAILED testing/test_terminal.py::test_fail_extra_reporting - Failed: nomatch: '*test summary*'
FAILED testing/test_terminal.py::test_pass_extra_reporting - Failed: nomatch: '*test summary*'
FAILED testing/test_terminal.py::test_pass_output_reporting - AssertionError: assert 'test_pass_has_output' not in '===========...============'
FAILED testing/test_terminal.py::test_color_yes - Failed: fnmatch: '\x1b[[]1m=*= test session starts =*=\x1b[[]0m'
FAILED testing/test_terminal.py::test_terminalreporter_reportopt_addopts - Failed: nomatch: '*1 passed*'
FAILED testing/test_terminal.py::test_tbstyle_short - Failed: nomatch: '*test_tbstyle_short.py:8*'
FAILED testing/test_terminal.py::TestGenericReporting::test_maxfailures[default] - Failed: nomatch: '*def test_1():*'
FAILED testing/test_terminal.py::TestGenericReporting::test_maxfailures[verbose] - Failed: nomatch: '*def test_1():*'
FAILED testing/test_terminal.py::TestGenericReporting::test_maxfailures[quiet] - Failed: nomatch: '*def test_1():*'
FAILED testing/test_terminal.py::TestGenericReporting::test_maxfailures_with_interrupted - Failed: nomatch: '*= short test summary info =*'
FAILED testing/test_terminal.py::TestGenericReporting::test_tb_option[default] - AssertionError: assert 'print(6*7)' in '============================= test session start...
FAILED testing/test_terminal.py::TestGenericReporting::test_tb_option[verbose] - AssertionError: assert 'print(6*7)' in '============================= test session start...
FAILED testing/test_terminal.py::TestGenericReporting::test_tb_option[quiet] - AssertionError: assert 'print(6*7)' in '============================= test session starts ...
FAILED testing/test_terminal.py::TestGenericReporting::test_tb_crashline[default] - Failed: nomatch: '*test_tb_crashline.py:3: IndexError*'
FAILED testing/test_terminal.py::TestGenericReporting::test_tb_crashline[verbose] - Failed: nomatch: '*test_tb_crashline.py:3: IndexError*'
FAILED testing/test_terminal.py::TestGenericReporting::test_tb_crashline[quiet] - Failed: nomatch: '*test_tb_crashline.py:3: IndexError*'
FAILED testing/test_terminal.py::TestGenericReporting::test_show_capture - Failed: nomatch: '!This is stdout!'
FAILED testing/test_terminal.py::TestGenericReporting::test_show_capture_with_teardown_logs - AssertionError: assert '!stdout!' not in '===========...============'
FAILED testing/test_terminal.py::test_fdopen_kept_alive_issue124 - Failed: nomatch: '*2 passed*'
FAILED testing/test_terminal.py::test_tbstyle_native_setup_error - Failed: nomatch: '*File *test_tbstyle_native_setup_error.py", line *, in setup_error_fixture*'
FAILED testing/test_terminal.py::test_terminal_summary_warnings_are_displayed - Failed: nomatch: '*= warnings summary =*'
FAILED testing/test_terminal.py::test_terminal_summary_warnings_header_once - Failed: nomatch: '*= warnings summary =*'
FAILED testing/test_terminal.py::TestClassicOutputStyle::test_normal_verbosity - Failed: nomatch: 'test_one.py .'
FAILED testing/test_terminal.py::TestClassicOutputStyle::test_verbose - Failed: nomatch: 'test_one.py::test_one PASSED'
FAILED testing/test_terminal.py::TestClassicOutputStyle::test_quiet - Failed: nomatch: '.F.F.'
FAILED testing/test_terminal.py::TestProgressOutputStyle::test_normal - Failed:  nomatch: 'test_bar.py \\.{10} \\s+ \\[ 50%\\]'
FAILED testing/test_terminal.py::TestProgressOutputStyle::test_colored_progress - Failed:  nomatch: 'test_axfail.py \x1b\\[33mx\x1b\\[0m\x1b\\[32m \\s+ \\[  4%\\]\x1b\\[0m'
FAILED testing/test_terminal.py::TestProgressOutputStyle::test_count - Failed:  nomatch: 'test_bar.py \\.{10} \\s+ \\[10/20\\]'
FAILED testing/test_terminal.py::TestProgressOutputStyle::test_verbose - Failed:  nomatch: 'test_bar.py::test_bar\\[0\\] PASSED \\s+ \\[  5%\\]'
FAILED testing/test_terminal.py::TestProgressOutputStyle::test_verbose_count - Failed:  nomatch: 'test_bar.py::test_bar\\[0\\] PASSED \\s+ \\[ 1/20\\]'
FAILED testing/test_terminal.py::TestProgressOutputStyle::test_capture_no - Failed:  nomatch: 'test_bar.py \\.{10}'
FAILED testing/test_terminal.py::TestProgressWithTeardown::test_teardown_simple - Failed:  nomatch: 'test_teardown_simple.py \\.E\\s+\\[100%\\]'
FAILED testing/test_terminal.py::TestProgressWithTeardown::test_teardown_with_test_also_failing - Failed:  nomatch: 'test_teardown_with_test_also_failing.py FE\\s+\\[100...
FAILED testing/test_terminal.py::TestProgressWithTeardown::test_teardown_many - Failed:  nomatch: 'test_bar.py (\\.E){5}\\s+\\[ 25%\\]'
FAILED testing/test_terminal.py::TestProgressWithTeardown::test_teardown_many_verbose - Failed: nomatch: 'test_bar.py::test_bar[[]0] PASSED  * [[]  5%]'
FAILED testing/test_terminal.py::test_via_exec - Failed: nomatch: 'test_via_exec.py::test_via_exec <- <string> PASSED*'
FAILED testing/test_terminal.py::TestCodeHighlight::test_code_highlight_simple - Failed: nomatch: '    \x1b[[]94mdef\x1b[[]39;49;00m \x1b[[]92mtest_foo\x1b[[]39;49;00m():'
FAILED testing/test_terminal.py::TestCodeHighlight::test_code_highlight_continuation - Failed: nomatch: '    \x1b[[]94mdef\x1b[[]39;49;00m \x1b[[]92mtest_foo\x1b[[]39;49...
FAILED testing/test_threadexception.py::test_unhandled_thread_exception - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_threadexception.py::test_unhandled_thread_exception_in_setup - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_threadexception.py::test_unhandled_thread_exception_in_teardown - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_threadexception.py::test_unhandled_thread_exception_warning_error - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.TESTS_FAILED: 1>
FAILED testing/test_tmpdir.py::test_tmpdir_fixture - Failed: nomatch: '*1 passed*'
FAILED testing/test_tmpdir.py::test_mktemp[mypath-True] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_tmpdir.py::test_mktemp[/mypath1-False] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_tmpdir.py::test_mktemp[./mypath1-True] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_tmpdir.py::test_mktemp[../mypath3-False] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_tmpdir.py::test_mktemp[../../mypath4-False] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_tmpdir.py::test_mktemp[mypath5/..-False] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_tmpdir.py::test_mktemp[mypath6/../mypath6-True] - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_tmpdir.py::test_mktemp[mypath7/../mypath7/..-False] - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_tmpdir.py::test_tmpdir_always_is_realpath - assert not <ExitCode.INTERNAL_ERROR: 3>
FAILED testing/test_tmpdir.py::test_tmp_path_always_is_realpath - AssertionError: ([], [], [])
FAILED testing/test_tmpdir.py::test_tmpdir_too_long_on_parametrization - AssertionError: ([], [], [])
FAILED testing/test_tmpdir.py::test_tmpdir_factory - AssertionError: ([], [], [])
FAILED testing/test_tmpdir.py::test_tmpdir_fallback_tox_env - AssertionError: ([], [], [])
FAILED testing/test_tmpdir.py::test_tmpdir_fallback_uid_not_found - AssertionError: ([], [], [])
FAILED testing/test_tmpdir.py::test_basetemp_with_read_only_files - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_unittest.py::test_simple_unittest - ValueError: could not find test report matching 'testpassing': no test reports at all!
FAILED testing/test_unittest.py::test_runTest_method - Failed: nomatch: '*MyTestCaseWithRunTest::runTest*'
FAILED testing/test_unittest.py::test_setup - AssertionError: 42
FAILED testing/test_unittest.py::test_setUpModule - Failed: nomatch: '*2 passed*'
FAILED testing/test_unittest.py::test_setUpModule_failing_no_teardown - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_new_instances - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_function_item_obj_is_instance - Failed: nomatch: '* 1 passed in*'
FAILED testing/test_unittest.py::test_teardown - assert 0 == 2
FAILED testing/test_unittest.py::test_unittest_skip_issue148 - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_method_and_teardown_failing_reporting - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_unittest.py::test_setup_failure_is_shown - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/test_unittest.py::test_setup_setUpClass - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_setup_class - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_testcase_custom_exception_info[Error] - Failed: nomatch: 'NOTE: Incompatible Exception Representation*'
FAILED testing/test_unittest.py::test_testcase_custom_exception_info[Failure] - Failed: nomatch: 'NOTE: Incompatible Exception Representation*'
FAILED testing/test_unittest.py::test_module_level_pytestmark - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_djangolike_testcase - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_unittest.py::test_unittest_typerror_traceback - AssertionError: assert 'TypeError' in '============================= test session starts ============...
FAILED testing/test_unittest.py::test_unittest_expected_failure_for_failing_test_is_xfail[pytest] - Failed: nomatch: '*XFAIL*MyTestCase*test_failing_test_is_xfail*'
FAILED testing/test_unittest.py::test_unittest_expected_failure_for_passing_test_is_fail[pytest] - Failed: nomatch: '*MyTestCase*test_passing_test_is_fail*'
FAILED testing/test_unittest.py::test_unittest_setup_interaction[return] - Failed: nomatch: '*3 passed*'
FAILED testing/test_unittest.py::test_unittest_setup_interaction[yield] - Failed: nomatch: '*3 passed*'
FAILED testing/test_unittest.py::test_non_unittest_no_setupclass_support - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_no_teardown_if_setupclass_failed - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_cleanup_functions - Failed: nomatch: '*::test_func_1 PASSED *'
FAILED testing/test_unittest.py::test_issue333_result_clearing - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_unittest_raise_skip_issue748 - Failed: nomatch: '*SKIP*[1]*test_foo.py*skipping due to reasons*'
FAILED testing/test_unittest.py::test_unittest_skip_issue1169 - Failed: nomatch: '*SKIP*[1]*skipping due to reasons*'
FAILED testing/test_unittest.py::test_class_method_containing_test_issue1558 - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_usefixtures_marker_on_unittest[builtins.object] - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0...
FAILED testing/test_unittest.py::test_usefixtures_marker_on_unittest[unittest.TestCase] - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped':...
FAILED testing/test_unittest.py::test_testcase_handles_init_exceptions - AssertionError: assert 'should raise this exception' in '============================= test sess...
FAILED testing/test_unittest.py::test_error_message_with_parametrized_fixtures - Failed: nomatch: '*test_two does not support fixtures*'
FAILED testing/test_unittest.py::test_setup_inheritance_skipping[test_setup_skip.py-1 skipped] - Failed: nomatch: '* 1 skipped in *'
FAILED testing/test_unittest.py::test_setup_inheritance_skipping[test_setup_skip_class.py-1 skipped] - Failed: nomatch: '* 1 skipped in *'
FAILED testing/test_unittest.py::test_setup_inheritance_skipping[test_setup_skip_module.py-1 error] - Failed: nomatch: '* 1 error in *'
FAILED testing/test_unittest.py::test_BdbQuit - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_exit_outcome - Failed: nomatch: '*Exit: pytest_exit called*'
FAILED testing/test_unittest.py::test_trace - assert 0 == 2
FAILED testing/test_unittest.py::test_pdb_teardown_called - Failed: nomatch: '* 2 passed in *'
FAILED testing/test_unittest.py::test_pdb_teardown_skipped[@unittest.skip] - Failed: nomatch: '* 1 skipped in *'
FAILED testing/test_unittest.py::test_pdb_teardown_skipped[@pytest.mark.skip] - Failed: nomatch: '* 1 skipped in *'
FAILED testing/test_unittest.py::test_async_support - AssertionError: ([], [], [])
FAILED testing/test_unittest.py::test_do_class_cleanups_on_success - assert 0 == 3
FAILED testing/test_unittest.py::test_do_class_cleanups_on_setupclass_failure - assert 0 == 1
FAILED testing/test_unittest.py::test_do_class_cleanups_on_teardownclass_failure - assert False
FAILED testing/test_unittest.py::test_do_cleanups_on_success - assert 0 == 3
FAILED testing/test_unittest.py::test_do_cleanups_on_setup_failure - assert 0 == 2
FAILED testing/test_unittest.py::test_do_cleanups_on_teardown_failure - assert 0 == 2
FAILED testing/test_unraisableexception.py::test_unraisable - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_unraisableexception.py::test_unraisable_in_setup - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_unraisableexception.py::test_unraisable_in_teardown - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_unraisableexception.py::test_unraisable_warning_error - AssertionError: assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.TESTS_FAILED: 1>
FAILED testing/test_warning_types.py::test_pytest_warnings_repr_integration_test - Failed: nomatch: 'E       pytest.PytestWarning: some warning'
FAILED testing/test_warnings.py::test_normal_flow - Failed: nomatch: '*== warnings summary ==*'
FAILED testing/test_warnings.py::test_setup_teardown_warnings - Failed: nomatch: '*== warnings summary ==*'
FAILED testing/test_warnings.py::test_ignore[cmdline] - Failed: nomatch: '* 1 passed in *'
FAILED testing/test_warnings.py::test_ignore[ini] - Failed: nomatch: '* 1 passed in *'
FAILED testing/test_warnings.py::test_unicode - Failed: nomatch: '*== warnings summary ==*'
FAILED testing/test_warnings.py::test_works_with_filterwarnings - Failed: nomatch: '*== 1 passed in *'
FAILED testing/test_warnings.py::test_filterwarnings_mark[ini] - Failed: nomatch: '*= 1 failed, 2 passed, 1 warning in *'
FAILED testing/test_warnings.py::test_filterwarnings_mark[cmdline] - Failed: nomatch: '*= 1 failed, 2 passed, 1 warning in *'
FAILED testing/test_warnings.py::test_non_string_warning_argument - Failed: nomatch: '*= 1 passed, 1 warning in *'
FAILED testing/test_warnings.py::test_filterwarnings_mark_registration - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/test_warnings.py::test_warning_captured_hook - Failed: nomatch: '*1 passed*'
FAILED testing/test_warnings.py::test_collection_warnings - Failed: nomatch: '*== warnings summary ==*'
FAILED testing/test_warnings.py::test_hide_pytest_internal_warnings[no] - Failed: nomatch: '*== warnings summary ==*'
FAILED testing/test_warnings.py::test_option_precedence_cmdline_over_ini[True] - Failed: nomatch: '* 1 passed in*'
FAILED testing/test_warnings.py::test_option_precedence_cmdline_over_ini[False] - Failed: nomatch: '* 1 failed in*'
FAILED testing/test_warnings.py::test_option_precedence_mark - Failed: nomatch: '* 1 failed in*'
FAILED testing/test_warnings.py::test_group_warnings_by_message - Failed: nomatch: '*== warnings summary ==*'
FAILED testing/test_warnings.py::test_group_warnings_by_message_summary - Failed: nomatch: '*== warnings summary ==*'
FAILED testing/code/test_excinfo.py::test_match_raises_error - Failed: nomatch: "E * AssertionError: Regex pattern '[[]123[]]+' does not match 'division by zero'."
FAILED testing/code/test_excinfo.py::test_cwd_deleted - Failed: nomatch: '* 1 failed in *'
FAILED testing/logging/test_fixture.py::test_change_level_undo - Failed: nomatch: '*log from test1*'
FAILED testing/logging/test_fixture.py::test_change_level_undos_handler_level - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/logging/test_fixture.py::test_ini_controls_global_log_level - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/logging/test_fixture.py::test_caplog_can_override_global_log_level - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/logging/test_fixture.py::test_caplog_captures_despite_exception - Failed: nomatch: '*ERROR message will be shown*'
FAILED testing/logging/test_fixture.py::test_log_report_captures_according_to_config_option_upon_failure - Failed: nomatch: '*Print message*'
FAILED testing/logging/test_reporting.py::test_nothing_logged - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/logging/test_reporting.py::test_messages_logged - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/logging/test_reporting.py::test_root_logger_affected - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/logging/test_reporting.py::test_log_cli_level_log_level_interaction - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/logging/test_reporting.py::test_setup_logging - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/logging/test_reporting.py::test_teardown_logging - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/logging/test_reporting.py::test_log_cli_enabled_disabled[True] - Failed: nomatch: 'test_log_cli_enabled_disabled.py::test_log_cli '
FAILED testing/logging/test_reporting.py::test_log_cli_default_level - Failed: nomatch: 'test_log_cli_default_level.py::test_log_cli '
FAILED testing/logging/test_reporting.py::test_log_cli_default_level_multiple_tests - Failed: nomatch: 'test_log_cli_default_level_multiple_tests.py::test_log_1 '
FAILED testing/logging/test_reporting.py::test_log_cli_default_level_sections - Failed: nomatch: 'test_log_cli_default_level_sections.py::test_log_1 '
FAILED testing/logging/test_reporting.py::test_live_logs_unknown_sections - Failed: nomatch: '*WARNING*Unknown Section*'
FAILED testing/logging/test_reporting.py::test_sections_single_new_line_after_test_outcome - Failed: nomatch: 'test_sections_single_new_line_after_test_outcome.py::test_...
FAILED testing/logging/test_reporting.py::test_log_cli_level - Failed: nomatch: '*test_log_cli_level.py*This log message will be shown'
FAILED testing/logging/test_reporting.py::test_log_cli_ini_level - Failed: nomatch: '*test_log_cli_ini_level.py* This log message will be shown'
FAILED testing/logging/test_reporting.py::test_log_cli_auto_enable[] - Failed: nomatch: '*test_log_cli_auto_enable*100%*'
FAILED testing/logging/test_reporting.py::test_log_cli_auto_enable[--log-level=WARNING] - Failed: nomatch: '*test_log_cli_auto_enable*100%*'
FAILED testing/logging/test_reporting.py::test_log_cli_auto_enable[--log-file-level=WARNING] - Failed: nomatch: '*test_log_cli_auto_enable*100%*'
FAILED testing/logging/test_reporting.py::test_log_cli_auto_enable[--log-cli-level=WARNING] - Failed: nomatch: '*::test_log_1 '
FAILED testing/logging/test_reporting.py::test_log_file_cli - Failed: nomatch: 'test_log_file_cli.py PASSED'
FAILED testing/logging/test_reporting.py::test_log_file_cli_level - Failed: nomatch: 'test_log_file_cli_level.py PASSED'
FAILED testing/logging/test_reporting.py::test_log_level_not_changed_by_default - Failed: nomatch: '* 1 passed in *'
FAILED testing/logging/test_reporting.py::test_log_file_ini - Failed: nomatch: 'test_log_file_ini.py PASSED'
FAILED testing/logging/test_reporting.py::test_log_file_ini_level - Failed: nomatch: 'test_log_file_ini_level.py PASSED'
FAILED testing/logging/test_reporting.py::test_log_file_unicode - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/logging/test_reporting.py::test_collection_logging_to_file - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/logging/test_reporting.py::test_log_in_runtest_logreport - AssertionError: assert 0 == 3
FAILED testing/logging/test_reporting.py::test_log_set_path - AssertionError: assert 'message from test 1' in ''
FAILED testing/logging/test_reporting.py::test_colored_captured_log - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/logging/test_reporting.py::test_colored_ansi_esc_caplogtext - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/logging/test_reporting.py::test_logging_emit_error - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/logging/test_reporting.py::test_logging_emit_error_supressed - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/logging/test_reporting.py::test_log_file_cli_subdirectories_are_successfully_created - assert <ExitCode.INTERNAL_ERROR: 3> == <ExitCode.OK: 0>
FAILED testing/python/approx.py::TestApprox::test_unicode_plus_minus - Failed: nomatch: '*At index 0 diff: 3 != 4 ± 4.0e-06'
FAILED testing/python/collect.py::TestModule::test_import_prepend_append - AssertionError: ([], [], [])
FAILED testing/python/collect.py::TestClass::test_static_method - Failed: nomatch: '*collected 2 items*'
FAILED testing/python/collect.py::TestClass::test_setup_teardown_class_as_classmethod - Failed: nomatch: '*1 passed*'
FAILED testing/python/collect.py::TestFunction::test_issue197_parametrize_emptyset - AssertionError: ([], [], [])
FAILED testing/python/collect.py::TestFunction::test_single_tuple_unwraps_values - AssertionError: ([], [], [])
FAILED testing/python/collect.py::TestFunction::test_issue213_parametrize_value_no_equal - AssertionError: ([], [], [])
FAILED testing/python/collect.py::TestFunction::test_parametrize_with_non_hashable_values - AssertionError: ([], [], [])
FAILED testing/python/collect.py::TestFunction::test_parametrize_with_non_hashable_values_indirect - AssertionError: ([], [], [])
FAILED testing/python/collect.py::TestFunction::test_parametrize_overrides_fixture - AssertionError: ([], [], [])
FAILED testing/python/collect.py::TestFunction::test_parametrize_overrides_parametrized_fixture - AssertionError: ([], [], [])
FAILED testing/python/collect.py::TestFunction::test_parametrize_overrides_indirect_dependency_fixture - AssertionError: ([], [], [])
FAILED testing/python/collect.py::TestFunction::test_parametrize_skipif - Failed: nomatch: '* 2 passed, 1 skipped in *'
FAILED testing/python/collect.py::TestFunction::test_parametrize_skip - Failed: nomatch: '* 2 passed, 1 skipped in *'
FAILED testing/python/collect.py::TestFunction::test_parametrize_skipif_no_skip - Failed: nomatch: '* 1 failed, 2 passed in *'
FAILED testing/python/collect.py::TestFunction::test_parametrize_xfail - Failed: nomatch: '* 2 passed, 1 xfailed in *'
FAILED testing/python/collect.py::TestFunction::test_parametrize_passed - Failed: nomatch: '* 2 passed, 1 xpassed in *'
FAILED testing/python/collect.py::TestFunction::test_parametrize_xfail_passed - Failed: nomatch: '* 3 passed in *'
FAILED testing/python/collect.py::TestFunction::test_function_with_square_brackets - Failed: nomatch: 'test_function_with_square_brackets.py::test_foo[[]name[]] PASSED *'
FAILED testing/python/collect.py::TestConftestCustomization::test_customized_pymakemodule_issue205_subdir - AssertionError: ([], [], [])
FAILED testing/python/collect.py::TestConftestCustomization::test_customized_pymakeitem - AssertionError: ([], [], [])
FAILED testing/python/collect.py::test_setup_only_available_in_subdir - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/python/collect.py::TestTracebackCutting::test_traceback_argsetup - AssertionError: assert 'xyz' in '============================= test session starts ====...
FAILED testing/python/collect.py::TestTracebackCutting::test_traceback_filter_error_during_fixture_collection - assert 'INTERNALERROR>' not in '===========...============'
FAILED testing/python/collect.py::test_customized_python_discovery - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/python/collect.py::test_customized_python_discovery_functions - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/python/collect.py::test_dont_collect_non_function_callable - Failed: nomatch: '*collected 1 item*'
FAILED testing/python/collect.py::test_class_injection_does_not_break_collection - Failed: nomatch: '*1 passed*'
FAILED testing/python/collect.py::test_package_collection_infinite_recursion - Failed: nomatch: '*1 passed*'
FAILED testing/python/collect.py::test_package_collection_init_given_as_argument - Failed: nomatch: '*1 passed*'
FAILED testing/python/collect.py::test_package_with_modules - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/python/collect.py::test_package_ordering - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/python/fixtures.py::TestFillFixtures::test_funcarg_lookupfails - Failed: nomatch: '*def test_func(some)*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_detect_recursive_dependency_error - Failed: nomatch: "*recursive dependency involving fixture 'fix1' detected*"
FAILED testing/python/fixtures.py::TestFillFixtures::test_funcarg_lookup_modulelevel - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFillFixtures::test_funcarg_lookup_classlevel - Failed: nomatch: '*1 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_conftest_funcargs_only_available_in_subdir - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors'...
FAILED testing/python/fixtures.py::TestFillFixtures::test_extend_fixture_module_class - Failed: nomatch: '*1 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_extend_fixture_conftest_module - Failed: nomatch: '*1 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_extend_fixture_conftest_conftest - Failed: nomatch: '*1 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_extend_fixture_conftest_plugin - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/python/fixtures.py::TestFillFixtures::test_extend_fixture_plugin_plugin - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/python/fixtures.py::TestFillFixtures::test_override_parametrized_fixture_conftest_module - Failed: nomatch: '*1 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_override_parametrized_fixture_conftest_conftest - Failed: nomatch: '*1 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_override_non_parametrized_fixture_conftest_module - Failed: nomatch: '*3 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_override_non_parametrized_fixture_conftest_conftest - Failed: nomatch: '*3 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_override_autouse_fixture_with_parametrized_fixture_conftest_conftest - Failed: nomatch: '*3 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_override_fixture_reusing_super_fixture_parametrization - Failed: nomatch: '*2 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_override_parametrize_fixture_and_indirect - Failed: nomatch: '*2 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_override_top_level_fixture_reusing_super_fixture_parametrization - Failed: nomatch: '*2 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_override_parametrized_fixture_with_new_parametrized_fixture - Failed: nomatch: '*2 passed*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_autouse_fixture_plugin - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/python/fixtures.py::TestFillFixtures::test_funcarg_lookup_error - Failed: nomatch: '*ERROR at setup of test_lookup_error*'
FAILED testing/python/fixtures.py::TestFillFixtures::test_fixture_excinfo_leak - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/python/fixtures.py::TestRequestBasic::test_getfixturevalue_recursive - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestBasic::test_getfixturevalue_teardown - Failed: nomatch: '* 2 passed in *'
FAILED testing/python/fixtures.py::TestRequestBasic::test_request_addfinalizer_failing_setup - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestBasic::test_request_addfinalizer_partial_setup_failure - Failed: nomatch: '*1 error*'
FAILED testing/python/fixtures.py::TestRequestBasic::test_request_subrequest_addfinalizer_exceptions - Failed: nomatch: '*Exception: Error in excepts fixture'
FAILED testing/python/fixtures.py::TestRequestBasic::test_request_fixturenames - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestBasic::test_request_fixturenames_dynamic_fixture - Failed: nomatch: '*1 passed*'
FAILED testing/python/fixtures.py::TestRequestBasic::test_setupdecorator_and_xunit - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestBasic::test_newstyle_with_request - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestBasic::test_setupcontext_no_param - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestMarking::test_accesskeywords - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestMarking::test_accessmarker_dynamic - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureUsages::test_noargfixturedec - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureUsages::test_receives_funcargs - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureUsages::test_receives_funcargs_scope_mismatch - Failed: nomatch: '*ScopeMismatch*involved factories*'
FAILED testing/python/fixtures.py::TestFixtureUsages::test_receives_funcargs_scope_mismatch_issue660 - Failed: nomatch: '*ScopeMismatch*involved factories*'
FAILED testing/python/fixtures.py::TestFixtureUsages::test_parameters_without_eq_semantics[function] - Failed: nomatch: '*4 passed*'
FAILED testing/python/fixtures.py::TestFixtureUsages::test_parameters_without_eq_semantics[session] - Failed: nomatch: '*4 passed*'
FAILED testing/python/fixtures.py::TestFixtureUsages::test_funcarg_parametrized_and_used_twice - Failed: nomatch: '*2 passed*'
FAILED testing/python/fixtures.py::TestFixtureUsages::test_factory_uses_unknown_funcarg_as_dependency_error - Failed: nomatch: '*pytest.fixture()*'
FAILED testing/python/fixtures.py::TestFixtureUsages::test_usefixtures_marker - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureUsages::test_usefixtures_ini - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureUsages::test_request_instance_issue203 - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureUsages::test_fixture_parametrized_with_iterator - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureUsages::test_setup_functions_as_fixtures - Failed: nomatch: '* 2 passed in *'
FAILED testing/python/fixtures.py::TestAutouseManagement::test_autouse_conftest_mid_directory - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_funcarg_and_setup - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_uses_parametrized_resource - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_session_parametrized_function - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_class_function_parametrization_finalization - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_scope_ordering - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_parametrization_setup_teardown_ordering - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_ordering_autouse_before_explicit - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_ordering_dependencies_torndown_first[p10-p00] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_ordering_dependencies_torndown_first[p10-p01] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_ordering_dependencies_torndown_first[p11-p00] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestAutouseManagement::test_ordering_dependencies_torndown_first[p11-p01] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_parametrize - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_multiple_parametrization_issue_736 - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_override_parametrized_fixture_issue_979['fixt, val'] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_override_parametrized_fixture_issue_979['fixt,val'] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_override_parametrized_fixture_issue_979[['fixt', 'val']] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_override_parametrized_fixture_issue_979[('fixt', 'val')] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_scope_session - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_scope_session_exc - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_scope_session_exc_two_fix - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_scope_exc - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_scope_module_uses_session - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_scope_module_and_finalizer - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_scope_mismatch_various - Failed: nomatch: '*ScopeMismatch*You tried*function*session*request*'
FAILED testing/python/fixtures.py::TestFixtureMarker::test_dynamic_scope - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_register_only_with_mark - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_parametrize_and_scope - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_scope_mismatch - Failed: nomatch: '*ScopeMismatch*'
FAILED testing/python/fixtures.py::TestFixtureMarker::test_parametrize_separated_order - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_module_parametrized_ordering - Failed: nomatch: 'test_mod1.py::test_func[s1] PASSED'
FAILED testing/python/fixtures.py::TestFixtureMarker::test_dynamic_parametrized_ordering - Failed: nomatch: 'test_dynamic_parametrized_ordering.py::test[flavor1-vxlan] P...
FAILED testing/python/fixtures.py::TestFixtureMarker::test_class_ordering - Failed:  nomatch: 'test_class_ordering.py::TestClass2::test_1\\[a-1\\] PASSED'
FAILED testing/python/fixtures.py::TestFixtureMarker::test_parametrize_separated_order_higher_scope_first - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_parametrized_fixture_teardown_order - Failed: nomatch: '*3 passed*'
FAILED testing/python/fixtures.py::TestFixtureMarker::test_class_scope_with_normal_tests - ValueError: could not find test report matching 'test_a': no test reports at all!
FAILED testing/python/fixtures.py::TestFixtureMarker::test_request_is_clean - IndexError: list index out of range
FAILED testing/python/fixtures.py::TestFixtureMarker::test_parametrize_separated_lifecycle - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_parametrize_function_scoped_finalizers_called - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_finalizer_order_on_parametrization[session] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_finalizer_order_on_parametrization[function] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_finalizer_order_on_parametrization[module] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_class_scope_parametrization_ordering - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_parametrize_setup_function - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_fixture_marked_function_not_collected_as_test - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestFixtureMarker::test_params_and_ids - Failed: nomatch: '*test_foo*alpha*'
FAILED testing/python/fixtures.py::TestFixtureMarker::test_params_and_ids_yieldfixture - Failed: nomatch: '*test_foo*alpha*'
FAILED testing/python/fixtures.py::TestRequestScopeAccess::test_setup[session--fspath class function module] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestScopeAccess::test_setup[module-module fspath-cls function] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestScopeAccess::test_setup[class-module fspath cls-function] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestScopeAccess::test_setup[function-module fspath cls function-] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestScopeAccess::test_funcarg[session--fspath class function module] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestScopeAccess::test_funcarg[module-module fspath-cls function] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestScopeAccess::test_funcarg[class-module fspath cls-function] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestRequestScopeAccess::test_funcarg[function-module fspath cls function-] - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestErrors::test_subfactory_missing_funcarg - Failed: nomatch: '*def gen(qwe123):*'
FAILED testing/python/fixtures.py::TestErrors::test_issue498_fixture_finalizer_failing - Failed: nomatch: '*ERROR*teardown*test_1*'
FAILED testing/python/fixtures.py::TestErrors::test_setupfunc_missing_funcarg - Failed: nomatch: '*def gen(qwe123):*'
FAILED testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_simple - Failed: nomatch: '*setup*'
FAILED testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_scoped - Failed: nomatch: '*setup*'
FAILED testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_setup_exception - Failed: nomatch: '*pytest.fail*setup*'
FAILED testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_teardown_exception - Failed: teardown
FAILED testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_yields_more_than_one
FAILED testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_custom_name - Failed: nomatch: '*mew*'
FAILED testing/python/fixtures.py::TestParameterizedSubRequest::test_call_from_fixture - Failed: nomatch: 'The requested fixture has no parameter defined for test:'
FAILED testing/python/fixtures.py::TestParameterizedSubRequest::test_call_from_test - Failed: nomatch: 'The requested fixture has no parameter defined for test:'
FAILED testing/python/fixtures.py::TestParameterizedSubRequest::test_external_fixture - Failed: nomatch: 'The requested fixture has no parameter defined for test:'
FAILED testing/python/fixtures.py::TestParameterizedSubRequest::test_non_relative_path - Failed: nomatch: 'The requested fixture has no parameter defined for test:'
FAILED testing/python/fixtures.py::test_pytest_fixture_setup_and_post_finalizer_hook - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/python/fixtures.py::TestScopeOrdering::test_multiple_packages - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::TestScopeOrdering::test_class_fixture_self_instance - AssertionError: ([], [], [])
FAILED testing/python/fixtures.py::test_fixture_param_shadowing - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/python/fixtures.py::test_indirect_fixture_does_not_break_scope - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/python/fixtures.py::test_fixture_parametrization_nparray - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/python/fixtures.py::test_fixture_arg_ordering - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/python/fixtures.py::test_yield_fixture_with_no_value - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 1,...pped': 0, ...}
FAILED testing/python/integration.py::TestMockDecoration::test_unittest_mock - AssertionError: ([], [], [])
FAILED testing/python/integration.py::TestMockDecoration::test_unittest_mock_and_fixture - AssertionError: ([], [], [])
FAILED testing/python/integration.py::TestMockDecoration::test_unittest_mock_and_pypi_mock - AssertionError: ([], [], [])
FAILED testing/python/integration.py::TestMockDecoration::test_mock_sentinel_check_against_numpy_like - AssertionError: ([], [], [])
FAILED testing/python/integration.py::TestMockDecoration::test_mock - AssertionError: ([], [], [])
FAILED testing/python/integration.py::TestMockDecoration::test_mock_sorting - AssertionError: assert [] == ['test_one', ... 'test_three']
FAILED testing/python/integration.py::TestMockDecoration::test_mock_double_patch_issue473 - AssertionError: ([], [], [])
FAILED testing/python/integration.py::TestReRunTests::test_rerun - Failed: nomatch: '*fix count 0*'
FAILED testing/python/metafunc.py::TestMetafunc::test_parametrize_ids_returns_non_string - Failed: nomatch: 'test_parametrize_ids_returns_non_string.py::test[arg0] PASSED'
FAILED testing/python/metafunc.py::TestMetafunc::test_parametrize_indirect_list_functional - Failed: nomatch: '*test_simple*a-b*'
FAILED testing/python/metafunc.py::TestMetafunc::test_parametrize_functional - Failed: nomatch: '*test_simple*1-2*'
FAILED testing/python/metafunc.py::TestMetafunc::test_parametrize_multiple_times - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/python/metafunc.py::TestMetafunc::test_parametrize_CSV - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMetafunc::test_parametrize_class_scenarios - assert <ExitCode.INTERNAL_ERROR: 3> == 0
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_attributes - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_two_functions - Failed: nomatch: '*test_func1*0*PASS*'
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_noself_in_method - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_generate_tests_in_class - Failed: nomatch: '*test_myfunc*hello*PASS*'
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_two_functions_not_same_instance - Failed: nomatch: '*test_func*0*PASS*'
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_issue28_setup_method_in_generate_tests - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'error...
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_functional2 - Failed: nomatch: '*(1, 4)*'
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_and_inner_getfixturevalue - Failed: nomatch: '*test_func1*1*PASS*'
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_on_setup_arg - Failed: nomatch: '*test_func*1*PASS*'
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_with_ids - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_without_ids - Failed: nomatch: '*test_function*1-b0*'
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_with_None_in_ids - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_fixture_parametrized_empty_ids - Failed: nomatch: '* 1 skipped *'
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_parametrized_empty_ids - Failed: nomatch: '* 1 skipped *'
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_with_identical_ids_get_unique_names - assert <ExitCode.INTERNAL_ERROR: 3> == 1
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_scope_overrides[module-2] - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_scope_overrides[function-4] - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_usefixtures_seen_in_generate_tests - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': ...
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_generate_tests_only_done_in_subdir - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': ...
FAILED testing/python/metafunc.py::TestMetafuncFunctional::test_generate_same_function_names_issue403 - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors...
FAILED testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_auto_scope - Failed: nomatch: '* 3 passed *'
FAILED testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_auto_scope_indirect - Failed: nomatch: '* 3 passed *'
FAILED testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_auto_scope_override_fixture - Failed: nomatch: '* 2 passed *'
FAILED testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_all_indirects - Failed: nomatch: '* 3 passed *'
FAILED testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_some_arguments_auto_scope - Failed: nomatch: '* 4 passed in *'
FAILED testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_issue634 - AssertionError: assert 0 == 1
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_select_based_on_mark - assert 0 == 1
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_simple_xfail - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_simple_xfail_single_argname - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_xfail_with_arg - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_xfail_with_kwarg - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_xfail_with_arg_and_kwarg - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_xfail_passing_is_xpass[True] - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_xfail_passing_is_xpass[False] - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_called_in_generate_tests - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_ID_generation_string_int_works - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_marked_value[True] - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_marked_value[False] - AssertionError: ([], [], [])
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_pytest_make_parametrize_id - Failed: nomatch: '*test_func*0*PASS*'
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_pytest_make_parametrize_id_with_argname - Failed: nomatch: '*test_func_a*0*PASS*'
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_positional_args - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors':...
FAILED testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_iterator - Failed: nomatch: 'test_parametrize_iterator.py::test1[param0] PASSED'
FAILED testing/python/raises.py::TestRaises::test_raises_as_contextmanager - Failed: nomatch: '*3 passed*'
FAILED testing/python/raises.py::TestRaises::test_does_not_raise - Failed: nomatch: '*4 passed*'
FAILED testing/python/raises.py::TestRaises::test_does_not_raise_does_raise - Failed: nomatch: '*2 failed*'
FAILED testing/test_assertion.py::test_assertion_options - AssertionError: assert '3 == 4' in '============================= test session starts ========================...
======================================= 1132 failed, 1895 passed, 10 skipped, 10 xfailed, 2 warnings, 8 errors in 266.76s (0:04:26) ========================================

@Zac-HD
Copy link
Member

Zac-HD commented May 14, 2021

It looks like this is almost entirely a single error:

INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   ...
INTERNALERROR>   File "/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py", line 139, in call_and_report
INTERNALERROR>     self._call_infos[item][when] = call
INTERNALERROR> KeyError: <Function test_hello>

Can you also post a log with flaky uninstalled?

@Zac-HD Zac-HD added status: needs information reporter needs to provide more information; can be closed after 2 or more weeks of inactivity type: regression indicates a problem that was introduced in a release which was working previously labels May 14, 2021
@Zac-HD Zac-HD changed the title 6.2.4: pytest tested using pytest fails with many internal fails and errors 6.2.4: pytest selftests fail in env with many plugins installed May 14, 2021
@kloczek
Copy link
Contributor Author

kloczek commented May 14, 2021

Here it is.
Log is way shorter so I'll paste it straight here. I'm not sure but looks like I have missing twisted module (will package it shortly). Seems still it i error about subunit.iso8601

+ /home/tkloczko/rpmbuild/BUILDROOT/python-pytest-6.2.4-2.fc35.x86_64/usr/bin/pytest -ra testing --timeout=30
============================= test session starts ==============================
platform linux -- Python 3.8.9, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4, configfile: pyproject.toml, testpaths: testing
plugins: forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, expect-1.1.0, cov-2.11.1, httpbin-1.0.0, xdist-2.2.1, flake8-1.0.7, timeout-1.4.2, betamax-0.8.1, pyfakefs-4.4.0, freezegun-0.4.2, cases-3.4.6, case-1.5.3, isort-1.3.0, aspectlib-1.5.2, mock-3.6.0, hypothesis-6.12.0, asyncio-0.15.1, toolbox-0.5, xprocess-0.17.1
timeout: 30.0s
timeout method: signal
timeout func_only: False
collected 3055 items

testing/acceptance_test.py ......                                        [  0%]
testing/deprecated_test.py .............                                 [  0%]
testing/test_argcomplete.py ..                                           [  0%]
testing/test_assertion.py .............................................. [  2%]
................                                                         [  2%]
testing/test_assertrewrite.py .......................................    [  3%]
testing/test_capture.py ................................................ [  5%]
.............s..                                                         [  6%]
testing/test_collection.py .                                             [  6%]
testing/test_compat.py ...........                                       [  6%]
testing/test_config.py ................................................  [  8%]
testing/test_conftest.py ...........                                     [  8%]
testing/test_debugging.py ..                                             [  8%]
testing/test_doctest.py ...........                                      [  8%]
testing/test_entry_points.py .                                           [  8%]
testing/test_faulthandler.py ...                                         [  8%]
testing/test_findpaths.py .............                                  [  9%]
testing/test_junitxml.py ....                                            [  9%]
testing/test_main.py .....                                               [  9%]
testing/test_mark.py ................                                    [ 10%]
testing/test_mark_expression.py ........................................ [ 11%]
...........................................                              [ 12%]
testing/test_monkeypatch.py ...............................              [ 13%]
testing/test_nodes.py ...........                                        [ 14%]
testing/test_nose.py ..                                                  [ 14%]
testing/test_parseopt.py ............................                    [ 15%]
testing/test_pastebin.py ....                                            [ 15%]
testing/test_pathlib.py ................................................ [ 16%]
...............s                                                         [ 17%]
testing/test_pluginmanager.py .........                                  [ 17%]
testing/test_pytester.py .....................                           [ 18%]
testing/test_recwarn.py ......................................           [ 19%]
testing/test_runner.py ..............                                    [ 20%]
testing/test_skipping.py .                                               [ 20%]
testing/test_store.py .                                                  [ 20%]
testing/test_terminal.py .......................................         [ 21%]
testing/test_tmpdir.py ...s..............                                [ 22%]
testing/test_warning_types.py ...........                                [ 22%]
testing/test_warnings.py .                                               [ 22%]
testing/code/test_code.py .................                              [ 23%]
testing/code/test_excinfo.py ........................................... [ 24%]
........................................................................ [ 26%]
...........                                                              [ 27%]
testing/code/test_source.py ............................................ [ 28%]
..........                                                               [ 28%]
testing/freeze/tests/test_trivial.py ..                                  [ 29%]
testing/io/test_saferepr.py ...........                                  [ 29%]
testing/io/test_terminalwriter.py ...................................... [ 30%]
.......                                                                  [ 30%]
testing/io/test_wcwidth.py .................                             [ 31%]
testing/logging/test_fixture.py ........                                 [ 31%]
testing/logging/test_formatter.py ...                                    [ 31%]
testing/logging/test_reporting.py ..                                     [ 31%]
testing/python/approx.py ............................................... [ 33%]
..................                                                       [ 33%]
testing/python/collect.py ..                                             [ 34%]
testing/python/fixtures.py ................x.....                        [ 34%]
testing/python/integration.py ....                                       [ 34%]
testing/python/metafunc.py .........................................     [ 36%]
testing/python/raises.py .....................                           [ 36%]
testing/freeze/tests/test_doctest.txt .                                  [ 36%]
testing/acceptance_test.py ............................................. [ 38%]
......x...................                                               [ 39%]
testing/deprecated_test.py .......                                       [ 39%]
testing/test_assertion.py ................................               [ 40%]
testing/test_assertrewrite.py ........................................   [ 41%]
testing/test_cacheprovider.py .......................................... [ 43%]
........                                                                 [ 43%]
testing/test_capture.py ......x....................................      [ 44%]
testing/test_collection.py ...........................x................. [ 46%]
..................................                                       [ 47%]
testing/test_compat.py ..                                                [ 47%]
testing/test_config.py ...........x..................................... [ 49%]
........................................s...........................     [ 51%]
testing/test_conftest.py ............s.............................      [ 52%]
testing/test_debugging.py ............                                   [ 53%]
testing/test_doctest.py ................................................ [ 54%]
............x.........................................................   [ 57%]
testing/test_error_diffs.py ............                                 [ 57%]
testing/test_faulthandler.py ..                                          [ 57%]
testing/test_helpconfig.py ........                                      [ 57%]
testing/test_junitxml.py ............................................... [ 59%]
........................................................................ [ 61%]
.....                                                                    [ 61%]
testing/test_link_resolve.py .                                           [ 61%]
testing/test_main.py ............                                        [ 62%]
testing/test_mark.py ................................................... [ 63%]
.........x...............                                                [ 64%]
testing/test_monkeypatch.py ....                                         [ 64%]
testing/test_nodes.py ....                                               [ 64%]
testing/test_nose.py ..................                                  [ 65%]
testing/test_parseopt.py .                                               [ 65%]
testing/test_pastebin.py ...                                             [ 65%]
testing/test_pluginmanager.py ................                           [ 66%]
testing/test_pytester.py x......................                         [ 66%]
testing/test_recwarn.py ..                                               [ 67%]
testing/test_reports.py .................                                [ 67%]
testing/test_runner.py ......................x.....................      [ 69%]
testing/test_runner_xunit.py .............                               [ 69%]
testing/test_session.py .......................                          [ 70%]
testing/test_setuponly.py ..........................                     [ 71%]
testing/test_setupplan.py ...                                            [ 71%]
testing/test_skipping.py ............................................... [ 72%]
.....................................                                    [ 73%]
testing/test_stepwise.py ..........                                      [ 74%]
testing/test_terminal.py ............................................... [ 75%]
...............................................................          [ 77%]
testing/test_threadexception.py ....                                     [ 77%]
testing/test_tmpdir.py .................                                 [ 78%]
testing/test_unittest.py .....................EEEEEEE................... [ 80%]
............s......                                                      [ 80%]
testing/test_unraisableexception.py ....                                 [ 80%]
testing/test_warning_types.py .                                          [ 80%]
testing/test_warnings.py ...................sss........                  [ 81%]
testing/code/test_excinfo.py ...                                         [ 81%]
testing/examples/test_issue519.py .                                      [ 81%]
testing/logging/test_fixture.py .......                                  [ 82%]
testing/logging/test_reporting.py ...................................... [ 83%]
                                                                         [ 83%]
testing/python/approx.py .                                               [ 83%]
testing/python/collect.py .............................................. [ 84%]
............................                                             [ 85%]
testing/python/fixtures.py ............................................. [ 87%]
........................................................................ [ 89%]
..........................................                               [ 91%]
testing/python/integration.py ................                           [ 91%]
testing/python/metafunc.py ............................................. [ 93%]
...............                                                          [ 93%]
testing/python/raises.py ...                                             [ 93%]
testing/python/show_fixtures_per_test.py ......                          [ 93%]
testing/acceptance_test.py ....                                          [ 94%]
testing/test_assertion.py ............                                   [ 94%]
testing/test_assertrewrite.py .........                                  [ 94%]
testing/test_capture.py ........................                         [ 95%]
testing/test_collection.py .                                             [ 95%]
testing/test_compat.py .                                                 [ 95%]
testing/test_config.py ..                                                [ 95%]
testing/test_debugging.py ............................................   [ 97%]
testing/test_faulthandler.py ...s.                                       [ 97%]
testing/test_helpconfig.py ..                                            [ 97%]
testing/test_meta.py ................................................... [ 98%]
.........                                                                [ 99%]
testing/test_pytester.py ......                                          [ 99%]
testing/test_reports.py .                                                [ 99%]
testing/test_terminal.py ..                                              [ 99%]
testing/test_unittest.py E.                                              [ 99%]
testing/test_warnings.py .........                                       [ 99%]
testing/python/collect.py .                                              [ 99%]
testing/python/fixtures.py x.                                            [100%]

==================================== ERRORS ====================================
_ ERROR at setup of TestTrialUnittest.test_trial_testcase_runtest_not_collected _

cls = <class 'test_unittest.TestTrialUnittest'>

    def setup_class(cls):
>       cls.ut = pytest.importorskip("twisted.trial.unittest")

testing/test_unittest.py:419:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/twisted/trial/unittest.py:20: in <module>
    from twisted.trial._asyncrunner import TestSuite, TestDecorator, decorate
/usr/lib/python3.8/site-packages/twisted/trial/_asyncrunner.py:15: in <module>
    from twisted.trial import itrial, reporter
/usr/lib/python3.8/site-packages/twisted/trial/reporter.py:29: in <module>
    from subunit import TestProtocolClient
/usr/lib/python3.8/site-packages/subunit/__init__.py:142: in <module>
    from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    import codecs
    utf_8_decode = codecs.utf_8_decode
    import datetime
    from io import UnsupportedOperation
    import os
    import select
    import struct
    import sys
    import zlib

    from extras import safe_hasattr, try_imports
    builtins = try_imports(['__builtin__', 'builtins'])

    import subunit
    import subunit.iso8601 as iso8601

    __all__ = [
        'ByteStreamToStreamResult',
        'StreamResultToBytes',
        ]

    SIGNATURE = b'\xb3'
    FMT_8  = '>B'
    FMT_16 = '>H'
    FMT_24 = '>HB'
    FMT_32 = '>I'
    FMT_TIMESTAMP = '>II'
    FLAG_TEST_ID = 0x0800
    FLAG_ROUTE_CODE = 0x0400
    FLAG_TIMESTAMP = 0x0200
    FLAG_RUNNABLE = 0x0100
    FLAG_TAGS = 0x0080
    FLAG_MIME_TYPE = 0x0020
    FLAG_EOF = 0x0010
    FLAG_FILE_CONTENT = 0x0040
>   EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
E   AttributeError: module 'subunit.iso8601' has no attribute 'Utc'

/usr/lib/python3.8/site-packages/subunit/v2.py:52: AttributeError
_____ ERROR at setup of TestTrialUnittest.test_trial_exceptions_with_skips _____

cls = <class 'test_unittest.TestTrialUnittest'>

    def setup_class(cls):
>       cls.ut = pytest.importorskip("twisted.trial.unittest")

testing/test_unittest.py:419:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/twisted/trial/unittest.py:20: in <module>
    from twisted.trial._asyncrunner import TestSuite, TestDecorator, decorate
/usr/lib/python3.8/site-packages/twisted/trial/_asyncrunner.py:15: in <module>
    from twisted.trial import itrial, reporter
/usr/lib/python3.8/site-packages/twisted/trial/reporter.py:29: in <module>
    from subunit import TestProtocolClient
/usr/lib/python3.8/site-packages/subunit/__init__.py:142: in <module>
    from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    import codecs
    utf_8_decode = codecs.utf_8_decode
    import datetime
    from io import UnsupportedOperation
    import os
    import select
    import struct
    import sys
    import zlib

    from extras import safe_hasattr, try_imports
    builtins = try_imports(['__builtin__', 'builtins'])

    import subunit
    import subunit.iso8601 as iso8601

    __all__ = [
        'ByteStreamToStreamResult',
        'StreamResultToBytes',
        ]

    SIGNATURE = b'\xb3'
    FMT_8  = '>B'
    FMT_16 = '>H'
    FMT_24 = '>HB'
    FMT_32 = '>I'
    FMT_TIMESTAMP = '>II'
    FLAG_TEST_ID = 0x0800
    FLAG_ROUTE_CODE = 0x0400
    FLAG_TIMESTAMP = 0x0200
    FLAG_RUNNABLE = 0x0100
    FLAG_TAGS = 0x0080
    FLAG_MIME_TYPE = 0x0020
    FLAG_EOF = 0x0010
    FLAG_FILE_CONTENT = 0x0040
>   EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
E   AttributeError: module 'subunit.iso8601' has no attribute 'Utc'

/usr/lib/python3.8/site-packages/subunit/v2.py:52: AttributeError
_____________ ERROR at setup of TestTrialUnittest.test_trial_error _____________

cls = <class 'test_unittest.TestTrialUnittest'>

    def setup_class(cls):
>       cls.ut = pytest.importorskip("twisted.trial.unittest")

testing/test_unittest.py:419:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/twisted/trial/unittest.py:20: in <module>
    from twisted.trial._asyncrunner import TestSuite, TestDecorator, decorate
/usr/lib/python3.8/site-packages/twisted/trial/_asyncrunner.py:15: in <module>
    from twisted.trial import itrial, reporter
/usr/lib/python3.8/site-packages/twisted/trial/reporter.py:29: in <module>
    from subunit import TestProtocolClient
/usr/lib/python3.8/site-packages/subunit/__init__.py:142: in <module>
    from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    import codecs
    utf_8_decode = codecs.utf_8_decode
    import datetime
    from io import UnsupportedOperation
    import os
    import select
    import struct
    import sys
    import zlib

    from extras import safe_hasattr, try_imports
    builtins = try_imports(['__builtin__', 'builtins'])

    import subunit
    import subunit.iso8601 as iso8601

    __all__ = [
        'ByteStreamToStreamResult',
        'StreamResultToBytes',
        ]

    SIGNATURE = b'\xb3'
    FMT_8  = '>B'
    FMT_16 = '>H'
    FMT_24 = '>HB'
    FMT_32 = '>I'
    FMT_TIMESTAMP = '>II'
    FLAG_TEST_ID = 0x0800
    FLAG_ROUTE_CODE = 0x0400
    FLAG_TIMESTAMP = 0x0200
    FLAG_RUNNABLE = 0x0100
    FLAG_TAGS = 0x0080
    FLAG_MIME_TYPE = 0x0020
    FLAG_EOF = 0x0010
    FLAG_FILE_CONTENT = 0x0040
>   EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
E   AttributeError: module 'subunit.iso8601' has no attribute 'Utc'

/usr/lib/python3.8/site-packages/subunit/v2.py:52: AttributeError
____ ERROR at setup of TestTrialUnittest.test_trial_testcase_skip_property _____

cls = <class 'test_unittest.TestTrialUnittest'>

    def setup_class(cls):
>       cls.ut = pytest.importorskip("twisted.trial.unittest")

testing/test_unittest.py:419:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/twisted/trial/unittest.py:20: in <module>
    from twisted.trial._asyncrunner import TestSuite, TestDecorator, decorate
/usr/lib/python3.8/site-packages/twisted/trial/_asyncrunner.py:15: in <module>
    from twisted.trial import itrial, reporter
/usr/lib/python3.8/site-packages/twisted/trial/reporter.py:29: in <module>
    from subunit import TestProtocolClient
/usr/lib/python3.8/site-packages/subunit/__init__.py:142: in <module>
    from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    import codecs
    utf_8_decode = codecs.utf_8_decode
    import datetime
    from io import UnsupportedOperation
    import os
    import select
    import struct
    import sys
    import zlib

    from extras import safe_hasattr, try_imports
    builtins = try_imports(['__builtin__', 'builtins'])

    import subunit
    import subunit.iso8601 as iso8601

    __all__ = [
        'ByteStreamToStreamResult',
        'StreamResultToBytes',
        ]

    SIGNATURE = b'\xb3'
    FMT_8  = '>B'
    FMT_16 = '>H'
    FMT_24 = '>HB'
    FMT_32 = '>I'
    FMT_TIMESTAMP = '>II'
    FLAG_TEST_ID = 0x0800
    FLAG_ROUTE_CODE = 0x0400
    FLAG_TIMESTAMP = 0x0200
    FLAG_RUNNABLE = 0x0100
    FLAG_TAGS = 0x0080
    FLAG_MIME_TYPE = 0x0020
    FLAG_EOF = 0x0010
    FLAG_FILE_CONTENT = 0x0040
>   EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
E   AttributeError: module 'subunit.iso8601' has no attribute 'Utc'

/usr/lib/python3.8/site-packages/subunit/v2.py:52: AttributeError
__ ERROR at setup of TestTrialUnittest.test_trial_testfunction_skip_property ___

cls = <class 'test_unittest.TestTrialUnittest'>

    def setup_class(cls):
>       cls.ut = pytest.importorskip("twisted.trial.unittest")

testing/test_unittest.py:419:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/twisted/trial/unittest.py:20: in <module>
    from twisted.trial._asyncrunner import TestSuite, TestDecorator, decorate
/usr/lib/python3.8/site-packages/twisted/trial/_asyncrunner.py:15: in <module>
    from twisted.trial import itrial, reporter
/usr/lib/python3.8/site-packages/twisted/trial/reporter.py:29: in <module>
    from subunit import TestProtocolClient
/usr/lib/python3.8/site-packages/subunit/__init__.py:142: in <module>
    from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    import codecs
    utf_8_decode = codecs.utf_8_decode
    import datetime
    from io import UnsupportedOperation
    import os
    import select
    import struct
    import sys
    import zlib

    from extras import safe_hasattr, try_imports
    builtins = try_imports(['__builtin__', 'builtins'])

    import subunit
    import subunit.iso8601 as iso8601

    __all__ = [
        'ByteStreamToStreamResult',
        'StreamResultToBytes',
        ]

    SIGNATURE = b'\xb3'
    FMT_8  = '>B'
    FMT_16 = '>H'
    FMT_24 = '>HB'
    FMT_32 = '>I'
    FMT_TIMESTAMP = '>II'
    FLAG_TEST_ID = 0x0800
    FLAG_ROUTE_CODE = 0x0400
    FLAG_TIMESTAMP = 0x0200
    FLAG_RUNNABLE = 0x0100
    FLAG_TAGS = 0x0080
    FLAG_MIME_TYPE = 0x0020
    FLAG_EOF = 0x0010
    FLAG_FILE_CONTENT = 0x0040
>   EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
E   AttributeError: module 'subunit.iso8601' has no attribute 'Utc'

/usr/lib/python3.8/site-packages/subunit/v2.py:52: AttributeError
____ ERROR at setup of TestTrialUnittest.test_trial_testcase_todo_property _____

cls = <class 'test_unittest.TestTrialUnittest'>

    def setup_class(cls):
>       cls.ut = pytest.importorskip("twisted.trial.unittest")

testing/test_unittest.py:419:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/twisted/trial/unittest.py:20: in <module>
    from twisted.trial._asyncrunner import TestSuite, TestDecorator, decorate
/usr/lib/python3.8/site-packages/twisted/trial/_asyncrunner.py:15: in <module>
    from twisted.trial import itrial, reporter
/usr/lib/python3.8/site-packages/twisted/trial/reporter.py:29: in <module>
    from subunit import TestProtocolClient
/usr/lib/python3.8/site-packages/subunit/__init__.py:142: in <module>
    from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    import codecs
    utf_8_decode = codecs.utf_8_decode
    import datetime
    from io import UnsupportedOperation
    import os
    import select
    import struct
    import sys
    import zlib

    from extras import safe_hasattr, try_imports
    builtins = try_imports(['__builtin__', 'builtins'])

    import subunit
    import subunit.iso8601 as iso8601

    __all__ = [
        'ByteStreamToStreamResult',
        'StreamResultToBytes',
        ]

    SIGNATURE = b'\xb3'
    FMT_8  = '>B'
    FMT_16 = '>H'
    FMT_24 = '>HB'
    FMT_32 = '>I'
    FMT_TIMESTAMP = '>II'
    FLAG_TEST_ID = 0x0800
    FLAG_ROUTE_CODE = 0x0400
    FLAG_TIMESTAMP = 0x0200
    FLAG_RUNNABLE = 0x0100
    FLAG_TAGS = 0x0080
    FLAG_MIME_TYPE = 0x0020
    FLAG_EOF = 0x0010
    FLAG_FILE_CONTENT = 0x0040
>   EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
E   AttributeError: module 'subunit.iso8601' has no attribute 'Utc'

/usr/lib/python3.8/site-packages/subunit/v2.py:52: AttributeError
__ ERROR at setup of TestTrialUnittest.test_trial_testfunction_todo_property ___

cls = <class 'test_unittest.TestTrialUnittest'>

    def setup_class(cls):
>       cls.ut = pytest.importorskip("twisted.trial.unittest")

testing/test_unittest.py:419:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/twisted/trial/unittest.py:20: in <module>
    from twisted.trial._asyncrunner import TestSuite, TestDecorator, decorate
/usr/lib/python3.8/site-packages/twisted/trial/_asyncrunner.py:15: in <module>
    from twisted.trial import itrial, reporter
/usr/lib/python3.8/site-packages/twisted/trial/reporter.py:29: in <module>
    from subunit import TestProtocolClient
/usr/lib/python3.8/site-packages/subunit/__init__.py:142: in <module>
    from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    import codecs
    utf_8_decode = codecs.utf_8_decode
    import datetime
    from io import UnsupportedOperation
    import os
    import select
    import struct
    import sys
    import zlib

    from extras import safe_hasattr, try_imports
    builtins = try_imports(['__builtin__', 'builtins'])

    import subunit
    import subunit.iso8601 as iso8601

    __all__ = [
        'ByteStreamToStreamResult',
        'StreamResultToBytes',
        ]

    SIGNATURE = b'\xb3'
    FMT_8  = '>B'
    FMT_16 = '>H'
    FMT_24 = '>HB'
    FMT_32 = '>I'
    FMT_TIMESTAMP = '>II'
    FLAG_TEST_ID = 0x0800
    FLAG_ROUTE_CODE = 0x0400
    FLAG_TIMESTAMP = 0x0200
    FLAG_RUNNABLE = 0x0100
    FLAG_TAGS = 0x0080
    FLAG_MIME_TYPE = 0x0020
    FLAG_EOF = 0x0010
    FLAG_FILE_CONTENT = 0x0040
>   EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
E   AttributeError: module 'subunit.iso8601' has no attribute 'Utc'

/usr/lib/python3.8/site-packages/subunit/v2.py:52: AttributeError
______________ ERROR at setup of TestTrialUnittest.test_trial_pdb ______________

cls = <class 'test_unittest.TestTrialUnittest'>

    def setup_class(cls):
>       cls.ut = pytest.importorskip("twisted.trial.unittest")

testing/test_unittest.py:419:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/twisted/trial/unittest.py:20: in <module>
    from twisted.trial._asyncrunner import TestSuite, TestDecorator, decorate
/usr/lib/python3.8/site-packages/twisted/trial/_asyncrunner.py:15: in <module>
    from twisted.trial import itrial, reporter
/usr/lib/python3.8/site-packages/twisted/trial/reporter.py:29: in <module>
    from subunit import TestProtocolClient
/usr/lib/python3.8/site-packages/subunit/__init__.py:142: in <module>
    from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    import codecs
    utf_8_decode = codecs.utf_8_decode
    import datetime
    from io import UnsupportedOperation
    import os
    import select
    import struct
    import sys
    import zlib

    from extras import safe_hasattr, try_imports
    builtins = try_imports(['__builtin__', 'builtins'])

    import subunit
    import subunit.iso8601 as iso8601

    __all__ = [
        'ByteStreamToStreamResult',
        'StreamResultToBytes',
        ]

    SIGNATURE = b'\xb3'
    FMT_8  = '>B'
    FMT_16 = '>H'
    FMT_24 = '>HB'
    FMT_32 = '>I'
    FMT_TIMESTAMP = '>II'
    FLAG_TEST_ID = 0x0800
    FLAG_ROUTE_CODE = 0x0400
    FLAG_TIMESTAMP = 0x0200
    FLAG_RUNNABLE = 0x0100
    FLAG_TAGS = 0x0080
    FLAG_MIME_TYPE = 0x0020
    FLAG_EOF = 0x0010
    FLAG_FILE_CONTENT = 0x0040
>   EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
E   AttributeError: module 'subunit.iso8601' has no attribute 'Utc'

/usr/lib/python3.8/site-packages/subunit/v2.py:52: AttributeError
=========================== short test summary info ============================
SKIPPED [1] testing/test_capture.py:1433: only on windows
SKIPPED [1] testing/test_pathlib.py:420: Windows only
SKIPPED [1] testing/test_tmpdir.py:238: win only
SKIPPED [1] testing/test_config.py:1790: does not work with xdist currently
SKIPPED [1] testing/test_conftest.py:291: only relevant for case insensitive file systems
SKIPPED [1] testing/test_unittest.py:1235: could not import 'asynctest': No module named 'asynctest'
SKIPPED [3] testing/test_warnings.py:514: This test should be enabled again before pytest 7.0 is released
SKIPPED [1] testing/test_faulthandler.py:52: sometimes crashes on CI (#7022)
XFAIL testing/python/fixtures.py::TestAutouseDiscovery::test_setup_enabled_functionnode
  'enabled' feature not implemented
XFAIL testing/acceptance_test.py::TestInvocationVariants::test_noclass_discovery_if_not_testcase
  decide: feature or bug
XFAIL testing/test_capture.py::TestPerTestCapturing::test_capture_scope_cache
  unimplemented feature
XFAIL testing/test_collection.py::TestPrunetraceback::test_collect_report_postprocessing
  other mechanism for adding to reporting needed
XFAIL testing/test_config.py::TestParseIni::test_confcutdir
  probably not needed
XFAIL testing/test_doctest.py::TestLiterals::test_number_non_matches['3.1416'-'3.14']
XFAIL testing/test_mark.py::TestKeywordSelection::test_keyword_extra_dash
XFAIL testing/test_pytester.py::test_make_hook_recorder
  reason: internal reportrecorder tests need refactoring
XFAIL testing/test_runner.py::test_runtest_in_module_ordering
XFAIL testing/python/fixtures.py::TestRequestBasic::test_request_garbage
  reason: this test is flaky when executed with xdist
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_testcase_runtest_not_collected
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_exceptions_with_skips
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_error - Attribu...
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_testcase_skip_property
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_testfunction_skip_property
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_testcase_todo_property
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_testfunction_todo_property
ERROR testing/test_unittest.py::TestTrialUnittest::test_trial_pdb - Attribute...
====== 3027 passed, 10 skipped, 10 xfailed, 8 errors in 222.54s (0:03:42) ======

@kloczek
Copy link
Contributor Author

kloczek commented May 14, 2021

No I have packaged and installed twisted.

@The-Compiler
Copy link
Member

This is a problem with your setup of some sorts, not with pytest. I'm pretty sure you'll see the same issue if you run python3.8 -c "twisted.trial.unittest".

Looks like this Fedora issue: https://bugzilla.redhat.com/show_bug.cgi?id=1811697

@kloczek
Copy link
Contributor Author

kloczek commented May 14, 2021

[tkloczko@barrel SPECS]$ python3 -c "twisted.trial.unittest"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'twisted' is not defined
[tkloczko@barrel SPECS]$ rpm -q python-twisted -l | grep unittest
/usr/lib/python3.8/site-packages/twisted/trial/__pycache__/unittest.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/twisted/trial/__pycache__/unittest.cpython-38.opt-2.pyc
/usr/lib/python3.8/site-packages/twisted/trial/__pycache__/unittest.cpython-38.pyc
/usr/lib/python3.8/site-packages/twisted/trial/unittest.py

Hmm and now I'm confused because I don't see that during that "twisted.trial.unittest" modules python is trying to open any twisted module file.

[tkloczko@barrel SPECS]$ strace -fe trace=file python3 -c "twisted.trial.unittest" 2>&1 |grep twisted
execve("/usr/bin/python3", ["python3", "-c", "twisted.trial.unittest"], 0x7ffc69971160 /* 34 vars */) = 0
NameError: name 'twisted' is not defined

so python is not even trying to do stat() to check of that module :/
No newfstatat() or openat() ..
Humble question: how can I try to diagnose/debug that?

Looks like this Fedora issue: https://bugzilla.redhat.com/show_bug.cgi?id=1811697

I'm not using Fedora. I'm usimg my own distribution in whuich I have now packaged +420 python packages which initially have been based on fedora but now they are much freshen and have sorted out many issues.

@kloczek
Copy link
Contributor Author

kloczek commented May 14, 2021

And test with just execute python:

[tkloczko@barrel SPECS]$ python3
Python 3.8.9 (default, Apr  7 2021, 13:42:48)
[GCC 11.0.1 20210324 (Red Hat 11.0.1-0)] on linux
Type "help", "copyright", "credits" or "license" for more information.

@The-Compiler
Copy link
Member

Sorry, my bad, I meant python3.8 -c "import twisted.trial.unittest".

@kloczek
Copy link
Contributor Author

kloczek commented May 14, 2021

Aaa .. typo :P

[tkloczko@barrel SPECS]$ python3 -c "import twisted.trial.unittest"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/twisted/trial/unittest.py", line 20, in <module>
    from twisted.trial._asyncrunner import TestSuite, TestDecorator, decorate
  File "/usr/lib/python3.8/site-packages/twisted/trial/_asyncrunner.py", line 15, in <module>
    from twisted.trial import itrial, reporter
  File "/usr/lib/python3.8/site-packages/twisted/trial/reporter.py", line 29, in <module>
    from subunit import TestProtocolClient
  File "/usr/lib/python3.8/site-packages/subunit/__init__.py", line 142, in <module>
    from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
  File "/usr/lib/python3.8/site-packages/subunit/v2.py", line 52, in <module>
    EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
AttributeError: module 'subunit.iso8601' has no attribute 'Utc'

OK so we have now that part identified.
I'll take care informing maintainer about above :)

Is it anyting else which is possuble to squize out of selftest log?
If not feel free to close that ticket :)

@kloczek
Copy link
Contributor Author

kloczek commented May 14, 2021

FYI: https://twistedmatrix.com/trac/ticket/10196#ticket

@asottile
Copy link
Member

this isn't a problem with pytest -- but with whatever broken plugin you have installed

@kloczek
Copy link
Contributor Author

kloczek commented May 16, 2021

this isn't a problem with pytest -- but with whatever broken plugin you have installed

May I ask to point on some issues which you spotted?

@The-Compiler
Copy link
Member

The error pointed out in #8671 (comment) is an issue with the flaky plugin.

The other one in #8671 (comment) is not a pytest issue, but it's also not a twisted issue. I still suspect https://bugzilla.redhat.com/show_bug.cgi?id=1811697 which your distribution probably inherits.

subunit.iso8601.Utc is definitely around upstream and has been for at least 12 years, so if it's missing, this is most definitely a packaging issue.

@kloczek
Copy link
Contributor Author

kloczek commented May 18, 2021

Thank you for those drtails :)

@kloczek
Copy link
Contributor Author

kloczek commented May 18, 2021

FY I've opened box/flaky#178

@kloczek
Copy link
Contributor Author

kloczek commented Jun 4, 2021

I made one more time selftest without flaky and I still have some errors which looks quite regular.
If may I ask one more time for kind of opinion what it could be ..

+ /home/tkloczko/rpmbuild/BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/bin/pytest -ra testing --timeout=30
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.9, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
Using --randomly-seed=2552609278
rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4, configfile: pyproject.toml, testpaths: testing
plugins: forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, expect-1.1.0, httpbin-1.0.0, xdist-2.2.1, flake8-1.0.7, timeout-1.4.2, betamax-0.8.1, pyfakefs-4.4.0, freezegun-0.4.2, cases-3.4.6, case-1.5.3, isort-1.3.0, aspectlib-1.5.2, asyncio-0.15.1, toolbox-0.5, xprocess-0.17.1, aiohttp-0.3.0, checkdocs-2.7.0, mock-3.6.1, rerunfailures-9.1.1, requests-mock-1.9.3, Faker-8.4.0, cov-2.12.1, randomly-3.8.0, hypothesis-6.13.12
timeout: 30.0s
timeout method: signal
timeout func_only: False
collected 3055 items

testing/test_error_diffs.py ............                                                                                                                             [  0%]
testing/python/raises.py ...                                                                                                                                         [  0%]
testing/test_faulthandler.py .s...                                                                                                                                   [  0%]
testing/test_skipping.py .                                                                                                                                           [  0%]
testing/test_debugging.py ..                                                                                                                                         [  0%]
testing/test_meta.py ............................................................                                                                                    [  2%]
testing/test_setuponly.py ..........................                                                                                                                 [  3%]
testing/test_tmpdir.py .................                                                                                                                             [  4%]
testing/test_reports.py .................                                                                                                                            [  4%]
testing/test_compat.py ...........                                                                                                                                   [  5%]
testing/io/test_saferepr.py ...........                                                                                                                              [  5%]
testing/logging/test_fixture.py .......                                                                                                                              [  5%]
testing/test_nose.py ..................                                                                                                                              [  6%]
testing/test_monkeypatch.py ....                                                                                                                                     [  6%]
testing/test_helpconfig.py ..                                                                                                                                        [  6%]
testing/test_reports.py .                                                                                                                                            [  6%]
testing/code/test_excinfo.py ...                                                                                                                                     [  6%]
testing/test_threadexception.py ....                                                                                                                                 [  6%]
testing/python/collect.py ..                                                                                                                                         [  6%]
testing/test_debugging.py ............................................                                                                                               [  8%]
testing/io/test_wcwidth.py .................                                                                                                                         [  8%]
testing/python/fixtures.py .x                                                                                                                                        [  8%]
testing/test_junitxml.py ....                                                                                                                                        [  8%]
testing/test_capture.py ................................................s...............                                                                             [ 11%]
testing/test_unittest.py ..............................................s...................                                                                          [ 13%]
testing/test_config.py ................................................                                                                                              [ 14%]
testing/test_main.py .....                                                                                                                                           [ 14%]
testing/test_skipping.py ....................................................................................                                                        [ 17%]
testing/test_stepwise.py ..........                                                                                                                                  [ 18%]
testing/test_capture.py ........................                                                                                                                     [ 18%]
testing/test_config.py ..                                                                                                                                            [ 18%]
testing/test_terminal.py ..............................................................................................................                              [ 22%]
testing/test_assertion.py ................................                                                                                                           [ 23%]
testing/test_doctest.py ...........                                                                                                                                  [ 23%]
testing/io/test_terminalwriter.py ...........F.................................                                                                                      [ 25%]
testing/examples/test_issue519.py .                                                                                                                                  [ 25%]
testing/test_findpaths.py .............                                                                                                                              [ 25%]
testing/test_unraisableexception.py ....                                                                                                                             [ 25%]
testing/test_junitxml.py ............................................................................................................................                [ 29%]
testing/test_store.py .                                                                                                                                              [ 30%]
testing/code/test_excinfo.py ..............................................................................................................................          [ 34%]
testing/acceptance_test.py ....                                                                                                                                      [ 34%]
testing/test_warning_types.py .                                                                                                                                      [ 34%]
testing/code/test_source.py ......................................................                                                                                   [ 36%]
testing/test_recwarn.py ..                                                                                                                                           [ 36%]
testing/python/collect.py .                                                                                                                                          [ 36%]
testing/test_pluginmanager.py .........                                                                                                                              [ 36%]
testing/test_collection.py .                                                                                                                                         [ 36%]
testing/python/fixtures.py ......................................................................................................................................... [ 40%]
......................                                                                                                                                               [ 41%]
testing/python/approx.py .                                                                                                                                           [ 41%]
testing/test_runner.py ........................................x...                                                                                                  [ 43%]
testing/python/metafunc.py .........................................                                                                                                 [ 44%]
testing/python/collect.py ..........................................................................                                                                 [ 46%]
testing/test_compat.py .                                                                                                                                             [ 46%]
testing/test_capture.py x..........................................                                                                                                  [ 48%]
testing/test_pathlib.py ....s...........................................................                                                                             [ 50%]
testing/test_pastebin.py ...                                                                                                                                         [ 50%]
testing/test_faulthandler.py ...                                                                                                                                     [ 50%]
testing/freeze/tests/test_trivial.py ..                                                                                                                              [ 50%]
testing/test_recwarn.py ......................................                                                                                                       [ 51%]
testing/python/approx.py .................................................................                                                                           [ 54%]
testing/test_runner_xunit.py .............                                                                                                                           [ 54%]
testing/test_terminal.py .EEEEE...EEEE.EE...EE...EEEEE.EEEEE..E.                                                                                                     [ 55%]
testing/test_nose.py ..                                                                                                                                              [ 55%]
testing/test_assertion.py ..............................................................                                                                             [ 57%]
testing/python/show_fixtures_per_test.py ......                                                                                                                      [ 58%]
testing/test_faulthandler.py ..                                                                                                                                      [ 58%]
testing/test_tmpdir.py ...........s......                                                                                                                            [ 58%]
testing/test_nodes.py ....                                                                                                                                           [ 58%]
testing/python/fixtures.py ....x.................                                                                                                                    [ 59%]
testing/test_helpconfig.py ........                                                                                                                                  [ 59%]
testing/test_nodes.py ...........                                                                                                                                    [ 60%]
testing/logging/test_formatter.py ...                                                                                                                                [ 60%]
testing/test_pastebin.py ....                                                                                                                                        [ 60%]
testing/acceptance_test.py ......                                                                                                                                    [ 60%]
testing/test_terminal.py ..                                                                                                                                          [ 60%]
testing/test_pytester.py .....................                                                                                                                       [ 61%]
testing/logging/test_reporting.py ......................................                                                                                             [ 62%]
testing/test_assertion.py ............                                                                                                                               [ 63%]
testing/test_doctest.py .......................................................x..............................................................                       [ 66%]
testing/test_pytester.py .......x...............                                                                                                                     [ 67%]
testing/python/raises.py .....................                                                                                                                       [ 68%]
testing/test_warnings.py .........                                                                                                                                   [ 68%]
testing/test_session.py .......................                                                                                                                      [ 69%]
testing/test_collection.py x..............................................................................                                                           [ 71%]
testing/test_conftest.py ..........s...............................                                                                                                  [ 73%]
testing/test_cacheprovider.py ..................................................                                                                                     [ 74%]
testing/test_parseopt.py .                                                                                                                                           [ 75%]
testing/test_config.py .............s......................................................x................................................                         [ 78%]
testing/test_assertrewrite.py .........                                                                                                                              [ 79%]
testing/test_pluginmanager.py ................                                                                                                                       [ 79%]
testing/test_setupplan.py ...                                                                                                                                        [ 79%]
testing/python/integration.py ....                                                                                                                                   [ 79%]
testing/deprecated_test.py .............                                                                                                                             [ 80%]
testing/test_collection.py .                                                                                                                                         [ 80%]
testing/test_assertrewrite.py .......................................                                                                                                [ 81%]
testing/test_compat.py ..                                                                                                                                            [ 81%]
testing/logging/test_fixture.py ........                                                                                                                             [ 81%]
testing/test_main.py ............                                                                                                                                    [ 82%]
testing/test_unittest.py ..                                                                                                                                          [ 82%]
testing/test_runner.py ..............                                                                                                                                [ 82%]
testing/test_mark_expression.py ...................................................................................                                                  [ 85%]
testing/python/integration.py ................                                                                                                                       [ 86%]
testing/test_mark.py ................                                                                                                                                [ 86%]
testing/acceptance_test.py ..................x......................................                                                                                 [ 88%]
testing/freeze/tests/test_doctest.txt .                                                                                                                              [ 88%]
testing/acceptance_test.py ..............                                                                                                                            [ 89%]
testing/test_parseopt.py ............................                                                                                                                [ 89%]
testing/python/metafunc.py ............................................................                                                                              [ 91%]
testing/logging/test_reporting.py ..                                                                                                                                 [ 91%]
testing/test_entry_points.py .                                                                                                                                       [ 91%]
testing/test_warning_types.py ...........                                                                                                                            [ 92%]
testing/test_argcomplete.py ..                                                                                                                                       [ 92%]
testing/test_monkeypatch.py ...............................                                                                                                          [ 93%]
testing/test_warnings.py ....s.....s......s............                                                                                                              [ 94%]
testing/test_conftest.py ...........                                                                                                                                 [ 94%]
testing/test_pytester.py ......                                                                                                                                      [ 94%]
testing/test_link_resolve.py .                                                                                                                                       [ 94%]
testing/test_debugging.py ............                                                                                                                               [ 95%]
testing/test_warnings.py .                                                                                                                                           [ 95%]
testing/test_mark.py ..................................................................x.........                                                                    [ 97%]
testing/deprecated_test.py .......                                                                                                                                   [ 98%]
testing/test_assertrewrite.py ........................................                                                                                               [ 99%]
testing/code/test_code.py .................                                                                                                                          [100%]

================================================================================== ERRORS ==================================================================================
___________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line18-stats_arg18] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
______________________________________________________ ERROR at setup of test_summary_stats[red-exp_line3-stats_arg3] ______________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
___________________________________________________________ ERROR at setup of test_skip_counting_towards_summary ___________________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
___________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line17-stats_arg17] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
______________________________________________________ ERROR at setup of test_summary_stats[red-exp_line2-stats_arg2] ______________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
___________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line12-stats_arg12] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
____________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line6-stats_arg6] _____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
______________________________________________________ ERROR at setup of test_summary_stats[red-exp_line1-stats_arg1] ______________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
____________________________________________________ ERROR at setup of test_summary_stats[green-exp_line22-stats_arg22] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
_____________________________________________________ ERROR at setup of test_summary_stats[red-exp_line21-stats_arg21] _____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
___________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line19-stats_arg19] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
___________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line10-stats_arg10] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
____________________________________________________ ERROR at setup of test_summary_stats[green-exp_line20-stats_arg20] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
______________________________________________________ ERROR at setup of test_summary_stats[red-exp_line4-stats_arg4] ______________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
____________________________________________________ ERROR at setup of test_summary_stats[green-exp_line11-stats_arg11] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
______________________________________________________ ERROR at setup of test_summary_stats[red-exp_line0-stats_arg0] ______________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
___________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line16-stats_arg16] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
____________________________________________________ ERROR at setup of test_summary_stats[green-exp_line13-stats_arg13] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
____________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line8-stats_arg8] _____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
_____________________________________________________ ERROR at setup of test_summary_stats[green-exp_line9-stats_arg9] _____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
____________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line7-stats_arg7] _____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
___________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line14-stats_arg14] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
____________________________________________________ ERROR at setup of test_summary_stats[yellow-exp_line5-stats_arg5] _____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
____________________________________________________ ERROR at setup of test_summary_stats[green-exp_line15-stats_arg15] ____________________________________________________

    @pytest.fixture(scope="session")
    def tr() -> TerminalReporter:
>       config = _pytest.config._prepareconfig()

testing/test_terminal.py:1700:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:318: in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
/usr/lib/python3.8/site-packages/pluggy/hooks.py:286: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:93: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3.8/site-packages/pluggy/manager.py:84: in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/helpconfig.py:100: in pytest_cmdline_parse
    config: Config = outcome.get_result()
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1003: in pytest_cmdline_parse
    self.parse(args)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1288: in parse
    args = self._parser.parse_setoption(
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:135: in parse_setoption
    parsedoption = self.parse(args, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:108: in parse
    return self.optparser.parse_args(strargs, namespace=namespace)
../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:417: in parse_args
    self.error("\n".join(lines))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = MyOptionParser(prog='pytest', usage='%(prog)s [options] [file_or_dir] [file_or_dir] [...]', description=None, formatter_class=<class '_pytest.config.argparsing.DropShorterLongHelpFormatter'>, conflict_handler='error', add_help=False)
message = 'unrecognized arguments: --timeout=30\n  inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml\n  rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4'

    def error(self, message: str) -> "NoReturn":
        """Transform argparse error message into UsageError."""
        msg = f"{self.prog}: error: {message}"

        if hasattr(self._parser, "_config_source_hint"):
            # Type ignored because the attribute is set dynamically.
            msg = f"{msg} ({self._parser._config_source_hint})"  # type: ignore

>       raise UsageError(self.format_usage() + msg)
E       _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
E       pytest: error: unrecognized arguments: --timeout=30
E         inifile: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4/pyproject.toml
E         rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-6.2.4

../../BUILDROOT/python-pytest-6.2.4-4.fc35.x86_64/usr/lib/python3.8/site-packages/_pytest/config/argparsing.py:401: UsageError
================================================================================= FAILURES =================================================================================
____________________________________________________________________ test_should_do_markup_FORCE_COLOR _____________________________________________________________________

monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f5c7e337ca0>

    def test_should_do_markup_FORCE_COLOR(monkeypatch: MonkeyPatch) -> None:
        monkeypatch.setitem(os.environ, "FORCE_COLOR", "1")
>       assert_color_set()

testing/io/test_terminalwriter.py:204:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    def assert_color_set():
        file = io.StringIO()
        tw = terminalwriter.TerminalWriter(file)
>       assert tw.hasmarkup
E       assert False
E        +  where False = <_pytest._io.terminalwriter.TerminalWriter object at 0x7f5c7e3371c0>.hasmarkup

testing/io/test_terminalwriter.py:169: AssertionError
========================================================================= short test summary info ==========================================================================
SKIPPED [1] testing/test_faulthandler.py:52: sometimes crashes on CI (#7022)
SKIPPED [1] testing/test_capture.py:1433: only on windows
SKIPPED [1] testing/test_unittest.py:1235: could not import 'asynctest': No module named 'asynctest'
SKIPPED [1] testing/test_pathlib.py:420: Windows only
SKIPPED [1] testing/test_tmpdir.py:238: win only
SKIPPED [1] testing/test_conftest.py:291: only relevant for case insensitive file systems
SKIPPED [1] testing/test_config.py:1790: does not work with xdist currently
SKIPPED [3] testing/test_warnings.py:514: This test should be enabled again before pytest 7.0 is released
XFAIL testing/python/fixtures.py::TestRequestBasic::test_request_garbage
  reason: this test is flaky when executed with xdist
XFAIL testing/test_runner.py::test_runtest_in_module_ordering
XFAIL testing/test_capture.py::TestPerTestCapturing::test_capture_scope_cache
  unimplemented feature
XFAIL testing/python/fixtures.py::TestAutouseDiscovery::test_setup_enabled_functionnode
  'enabled' feature not implemented
XFAIL testing/test_doctest.py::TestLiterals::test_number_non_matches['3.1416'-'3.14']
XFAIL testing/test_pytester.py::test_make_hook_recorder
  reason: internal reportrecorder tests need refactoring
XFAIL testing/test_collection.py::TestPrunetraceback::test_collect_report_postprocessing
  other mechanism for adding to reporting needed
XFAIL testing/test_config.py::TestParseIni::test_confcutdir
  probably not needed
XFAIL testing/acceptance_test.py::TestInvocationVariants::test_noclass_discovery_if_not_testcase
  decide: feature or bug
XFAIL testing/test_mark.py::TestKeywordSelection::test_keyword_extra_dash
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line18-stats_arg18] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_...
ERROR testing/test_terminal.py::test_summary_stats[red-exp_line3-stats_arg3] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] ...
ERROR testing/test_terminal.py::test_skip_counting_towards_summary - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line17-stats_arg17] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_...
ERROR testing/test_terminal.py::test_summary_stats[red-exp_line2-stats_arg2] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] ...
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line12-stats_arg12] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_...
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line6-stats_arg6] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_di...
ERROR testing/test_terminal.py::test_summary_stats[red-exp_line1-stats_arg1] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] ...
ERROR testing/test_terminal.py::test_summary_stats[green-exp_line22-stats_arg22] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_d...
ERROR testing/test_terminal.py::test_summary_stats[red-exp_line21-stats_arg21] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir...
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line19-stats_arg19] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_...
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line10-stats_arg10] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_...
ERROR testing/test_terminal.py::test_summary_stats[green-exp_line20-stats_arg20] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_d...
ERROR testing/test_terminal.py::test_summary_stats[red-exp_line4-stats_arg4] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] ...
ERROR testing/test_terminal.py::test_summary_stats[green-exp_line11-stats_arg11] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_d...
ERROR testing/test_terminal.py::test_summary_stats[red-exp_line0-stats_arg0] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir] ...
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line16-stats_arg16] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_...
ERROR testing/test_terminal.py::test_summary_stats[green-exp_line13-stats_arg13] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_d...
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line8-stats_arg8] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_di...
ERROR testing/test_terminal.py::test_summary_stats[green-exp_line9-stats_arg9] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_dir...
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line7-stats_arg7] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_di...
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line14-stats_arg14] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_...
ERROR testing/test_terminal.py::test_summary_stats[yellow-exp_line5-stats_arg5] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_di...
ERROR testing/test_terminal.py::test_summary_stats[green-exp_line15-stats_arg15] - _pytest.config.exceptions.UsageError: usage: pytest [options] [file_or_dir] [file_or_d...
FAILED testing/io/test_terminalwriter.py::test_should_do_markup_FORCE_COLOR - assert False
============================================== 1 failed, 3010 passed, 10 skipped, 10 xfailed, 24 errors in 234.11s (0:03:54) ===============================================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs information reporter needs to provide more information; can be closed after 2 or more weeks of inactivity type: regression indicates a problem that was introduced in a release which was working previously
Projects
None yet
Development

No branches or pull requests

4 participants