bskinn / sphobjinv

Toolkit for manipulation and inspection of Sphinx objects.inv files
https://sphobjinv.readthedocs.io
MIT License
78 stars 9 forks source link

2.0.1: pytest based test suite is failing #192

Closed kloczek closed 3 years ago

kloczek commented 3 years ago
+ /usr/bin/python3 -Bm pytest -ra
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.10.0, pluggy-0.13.1
rootdir: /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1, configfile: tox.ini
plugins: flaky-3.6.1, forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, asyncio-0.14.0, expect-1.1.0, pyfakefs-4.1.0, cov-2.11.1, mock-3.5.1, httpbin-1.0.0, xdist-2.2.1, flake8-1.0.7, hypothesis-6.3.3, timeout-1.4.2
collected 276 items

README.rst F                                                                                                                                                         [  0%]
tests/test_api_fail.py .....xx........E                                                                                                                              [  6%]
tests/test_api_good.py ...........xx..EEEEEEEExxEEEEE........E.EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE                                               [ 40%]
tests/test_api_good_nonlocal.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssss                                                                            [ 61%]
tests/test_cli.py ..s...s...s.........EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE................E                                                       [ 94%]
tests/test_cli_nonlocal.py ssssssss                                                                                                                                  [ 97%]
tests/test_fixture.py .E...                                                                                                                                          [ 99%]
tests/test_flake8_ext.py E                                                                                                                                           [ 99%]
tests/test_readme.py s                                                                                                                                               [100%]

================================================================================== ERRORS ==================================================================================
_________________________________________________________ ERROR at setup of test_apifail_inventory_no_object_invs __________________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_fail.py, line 159
  def test_apifail_inventory_no_object_invs(subtests):
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_fail.py:159
__________________________________________________ ERROR at setup of test_api_dataobj_datalinefxn[True-True---byte_lines] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 219
  @pytest.mark.parametrize(
      ["dataobjtype", "regex", "lines"],
      (
          [soi.DataObjBytes, soi.pb_data, "byte_lines"],
          [soi.DataObjStr, soi.p_data, "str_lines"],
      ),
      ids=(lambda i: i if type(i) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:219
__________________________________________________ ERROR at setup of test_api_dataobj_datalinefxn[True-True---str_lines] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 219
  @pytest.mark.parametrize(
      ["dataobjtype", "regex", "lines"],
      (
          [soi.DataObjBytes, soi.pb_data, "byte_lines"],
          [soi.DataObjStr, soi.p_data, "str_lines"],
      ),
      ids=(lambda i: i if type(i) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:219
_________________________________________________ ERROR at setup of test_api_dataobj_datalinefxn[True-False---byte_lines] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 219
  @pytest.mark.parametrize(
      ["dataobjtype", "regex", "lines"],
      (
          [soi.DataObjBytes, soi.pb_data, "byte_lines"],
          [soi.DataObjStr, soi.p_data, "str_lines"],
      ),
      ids=(lambda i: i if type(i) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:219
__________________________________________________ ERROR at setup of test_api_dataobj_datalinefxn[True-False---str_lines] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 219
  @pytest.mark.parametrize(
      ["dataobjtype", "regex", "lines"],
      (
          [soi.DataObjBytes, soi.pb_data, "byte_lines"],
          [soi.DataObjStr, soi.p_data, "str_lines"],
      ),
      ids=(lambda i: i if type(i) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:219
_________________________________________________ ERROR at setup of test_api_dataobj_datalinefxn[False-True---byte_lines] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 219
  @pytest.mark.parametrize(
      ["dataobjtype", "regex", "lines"],
      (
          [soi.DataObjBytes, soi.pb_data, "byte_lines"],
          [soi.DataObjStr, soi.p_data, "str_lines"],
      ),
      ids=(lambda i: i if type(i) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:219
__________________________________________________ ERROR at setup of test_api_dataobj_datalinefxn[False-True---str_lines] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 219
  @pytest.mark.parametrize(
      ["dataobjtype", "regex", "lines"],
      (
          [soi.DataObjBytes, soi.pb_data, "byte_lines"],
          [soi.DataObjStr, soi.p_data, "str_lines"],
      ),
      ids=(lambda i: i if type(i) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:219
_________________________________________________ ERROR at setup of test_api_dataobj_datalinefxn[False-False---byte_lines] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 219
  @pytest.mark.parametrize(
      ["dataobjtype", "regex", "lines"],
      (
          [soi.DataObjBytes, soi.pb_data, "byte_lines"],
          [soi.DataObjStr, soi.p_data, "str_lines"],
      ),
      ids=(lambda i: i if type(i) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:219
_________________________________________________ ERROR at setup of test_api_dataobj_datalinefxn[False-False---str_lines] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 219
  @pytest.mark.parametrize(
      ["dataobjtype", "regex", "lines"],
      (
          [soi.DataObjBytes, soi.pb_data, "byte_lines"],
          [soi.DataObjStr, soi.p_data, "str_lines"],
      ),
      ids=(lambda i: i if type(i) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:219
_____________________________________________________ ERROR at setup of test_api_inventory_default_none_instantiation ______________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 279
  def test_api_inventory_default_none_instantiation(subtests):
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:279
________________________________________________ ERROR at setup of test_api_inventory_bytes_fname_instantiation[-plaintext] ________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 296
  @pytest.mark.parametrize(
      ["source_type", "inv_arg"],
      [
          (soi.SourceTypes.BytesPlaintext, "plaintext"),
          (soi.SourceTypes.BytesZlib, "zlib"),
          (soi.SourceTypes.FnamePlaintext, "fname_plain"),
          (soi.SourceTypes.FnameZlib, "fname_zlib"),
      ],
      ids=(lambda v: v if type(v) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:296
__________________________________________________ ERROR at setup of test_api_inventory_bytes_fname_instantiation[-zlib] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 296
  @pytest.mark.parametrize(
      ["source_type", "inv_arg"],
      [
          (soi.SourceTypes.BytesPlaintext, "plaintext"),
          (soi.SourceTypes.BytesZlib, "zlib"),
          (soi.SourceTypes.FnamePlaintext, "fname_plain"),
          (soi.SourceTypes.FnameZlib, "fname_zlib"),
      ],
      ids=(lambda v: v if type(v) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:296
_______________________________________________ ERROR at setup of test_api_inventory_bytes_fname_instantiation[-fname_plain] _______________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 296
  @pytest.mark.parametrize(
      ["source_type", "inv_arg"],
      [
          (soi.SourceTypes.BytesPlaintext, "plaintext"),
          (soi.SourceTypes.BytesZlib, "zlib"),
          (soi.SourceTypes.FnamePlaintext, "fname_plain"),
          (soi.SourceTypes.FnameZlib, "fname_zlib"),
      ],
      ids=(lambda v: v if type(v) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:296
_______________________________________________ ERROR at setup of test_api_inventory_bytes_fname_instantiation[-fname_zlib] ________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 296
  @pytest.mark.parametrize(
      ["source_type", "inv_arg"],
      [
          (soi.SourceTypes.BytesPlaintext, "plaintext"),
          (soi.SourceTypes.BytesZlib, "zlib"),
          (soi.SourceTypes.FnamePlaintext, "fname_plain"),
          (soi.SourceTypes.FnameZlib, "fname_zlib"),
      ],
      ids=(lambda v: v if type(v) == str else ""),
  )
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:296
_____________________________________________________________ ERROR at setup of test_api_inventory_namesuggest _____________________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 392
  def test_api_inventory_namesuggest(res_cmp, subtests):
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:392
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path0] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path1] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path2] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path3] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path4] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path5] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path6] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path7] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path8] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path9] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path10] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path11] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path12] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path13] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path14] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path15] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path16] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path17] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path18] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path19] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path20] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path21] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path22] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path23] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path24] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path25] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path26] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path27] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path28] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path29] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path30] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path31] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path32] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path33] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path34] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path35] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path36] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path37] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path38] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path39] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path40] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path41] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path42] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path43] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path44] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path45] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path46] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path47] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path48] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path49] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path50] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path51] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path52] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path53] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
____________________________________________ ERROR at setup of test_api_inventory_datafile_gen_and_reimport[testall_inv_path54] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py, line 452
  @pytest.mark.testall
  def test_api_inventory_datafile_gen_and_reimport(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_api_good.py:452
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path0] ____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path1] ____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path2] ____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path3] ____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path4] ____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path5] ____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path6] ____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path7] ____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path8] ____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path9] ____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path10] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path11] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path12] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path13] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path14] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path15] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path16] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path17] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path18] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path19] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path20] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path21] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path22] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path23] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path24] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path25] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path26] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path27] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path28] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path29] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path30] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path31] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path32] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path33] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path34] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path35] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path36] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path37] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path38] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path39] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path40] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path41] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path42] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path43] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path44] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path45] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path46] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path47] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path48] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path49] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path50] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path51] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path52] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path53] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
___________________________________________________ ERROR at setup of test_cli_convert_cycle_formats[testall_inv_path54] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 171
  @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)  # noqa: F821
  @pytest.mark.testall
  def test_cli_convert_cycle_formats(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:171
_________________________________________________________ ERROR at setup of test_clifail_convert_localfile_as_url __________________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py, line 388
  @pytest.mark.timeout(CLI_TEST_TIMEOUT)
  def test_clifail_convert_localfile_as_url(
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_cli.py:388
_________________________________________________________________ ERROR at setup of test_populate_scratch __________________________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_fixture.py, line 39
  def test_populate_scratch(misc_info, scratch_path, subtests):
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_fixture.py:39
_______________________________________________________________ ERROR at setup of test_flake8_version_output _______________________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_flake8_ext.py, line 36
  @pytest.mark.skipif(
      sys.version_info < (3, 6),
      reason="Some flake8 extensions require Python 3.6 or later",
  )
  def test_flake8_version_output(subtests):
E       fixture 'subtests' not found
>       available fixtures: attrs_inventory_test, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, sphinx_load_test, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, unused_tcp_port, unused_tcp_port_factory, virtualenv, worker_id, workspace
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/tests/test_flake8_ext.py:36
================================================================================= FAILURES =================================================================================
___________________________________________________________________________ [doctest] README.rst ___________________________________________________________________________
105 JSON output is supported (``sphobjinv convert json ...``), and
106 inventories can be re-compressed to the
107 partially-zlib-compressed form that ``intersphinx`` reads
108 (``sphobjinv convert zlib ...``).
109
110 Alternatively, ``sphobjinv`` exposes an API to enable automation of
111 inventory creation/modification::
112
113     >>> import sphobjinv as soi
114     >>> inv = soi.Inventory('doc/build/html/objects.inv')
UNEXPECTED EXCEPTION: TypeError('Invalid Inventory source type')
Traceback (most recent call last):
  File "/usr/lib64/python3.8/doctest.py", line 1336, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest README.rst[1]>", line 1, in <module>
  File "<attrs generated init sphobjinv.inventory.Inventory>", line 16, in __init__
    self.__attrs_post_init__()
  File "/home/tkloczko/rpmbuild/BUILDROOT/python-sphobjinv-2.0.1-5.fc35.x86_64/usr/lib/python3.8/site-packages/sphobjinv/inventory.py", line 325, in __attrs_post_init__
    self._general_import()
  File "/home/tkloczko/rpmbuild/BUILDROOT/python-sphobjinv-2.0.1-5.fc35.x86_64/usr/lib/python3.8/site-packages/sphobjinv/inventory.py", line 564, in _general_import
    raise TypeError("Invalid Inventory source type")
TypeError: Invalid Inventory source type
/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.0.1/README.rst:114: UnexpectedException
========================================================================= short test summary info ==========================================================================
SKIPPED [57] tests/test_api_good_nonlocal.py:44: '--nonloc' not specified
SKIPPED [3] tests/test_cli.py:85: Ignore no-change conversions
SKIPPED [8] tests/test_cli_nonlocal.py:50: '--nonloc' not specified
SKIPPED [1] tests/test_readme.py:54: Skip if Sphinx version mismatches current dev version.
XFAIL tests/test_api_fail.py::test_apifail_changing_immutable_dataobj[True]
  Made mutable to simplify Inventory revision by users
XFAIL tests/test_api_fail.py::test_apifail_changing_immutable_dataobj[False]
  Made mutable to simplify Inventory revision by users
XFAIL tests/test_api_good.py::test_api_dataobjbytes_init
  Will fail until .as_xxx properties are removed from attrs cmp
XFAIL tests/test_api_good.py::test_api_dataobjstr_init
  Will fail until .as_xxx properties are removed from attrs cmp
XFAIL tests/test_api_good.py::test_api_dataobj_evolvename[use_bytes_True]
  Will fail until .as_xxx properties are removed from attrs cmp
XFAIL tests/test_api_good.py::test_api_dataobj_evolvename[use_bytes_False]
  Will fail until .as_xxx properties are removed from attrs cmp
ERROR tests/test_api_fail.py::test_apifail_inventory_no_object_invs
ERROR tests/test_api_good.py::test_api_dataobj_datalinefxn[True-True---byte_lines]
ERROR tests/test_api_good.py::test_api_dataobj_datalinefxn[True-True---str_lines]
ERROR tests/test_api_good.py::test_api_dataobj_datalinefxn[True-False---byte_lines]
ERROR tests/test_api_good.py::test_api_dataobj_datalinefxn[True-False---str_lines]
ERROR tests/test_api_good.py::test_api_dataobj_datalinefxn[False-True---byte_lines]
ERROR tests/test_api_good.py::test_api_dataobj_datalinefxn[False-True---str_lines]
ERROR tests/test_api_good.py::test_api_dataobj_datalinefxn[False-False---byte_lines]
ERROR tests/test_api_good.py::test_api_dataobj_datalinefxn[False-False---str_lines]
ERROR tests/test_api_good.py::test_api_inventory_default_none_instantiation
ERROR tests/test_api_good.py::test_api_inventory_bytes_fname_instantiation[-plaintext]
ERROR tests/test_api_good.py::test_api_inventory_bytes_fname_instantiation[-zlib]
ERROR tests/test_api_good.py::test_api_inventory_bytes_fname_instantiation[-fname_plain]
ERROR tests/test_api_good.py::test_api_inventory_bytes_fname_instantiation[-fname_zlib]
ERROR tests/test_api_good.py::test_api_inventory_namesuggest
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path0]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path1]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path2]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path3]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path4]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path5]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path6]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path7]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path8]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path9]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path10]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path11]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path12]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path13]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path14]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path15]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path16]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path17]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path18]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path19]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path20]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path21]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path22]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path23]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path24]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path25]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path26]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path27]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path28]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path29]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path30]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path31]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path32]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path33]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path34]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path35]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path36]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path37]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path38]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path39]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path40]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path41]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path42]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path43]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path44]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path45]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path46]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path47]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path48]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path49]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path50]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path51]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path52]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path53]
ERROR tests/test_api_good.py::test_api_inventory_datafile_gen_and_reimport[testall_inv_path54]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path0]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path1]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path2]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path3]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path4]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path5]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path6]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path7]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path8]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path9]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path10]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path11]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path12]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path13]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path14]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path15]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path16]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path17]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path18]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path19]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path20]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path21]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path22]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path23]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path24]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path25]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path26]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path27]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path28]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path29]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path30]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path31]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path32]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path33]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path34]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path35]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path36]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path37]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path38]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path39]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path40]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path41]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path42]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path43]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path44]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path45]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path46]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path47]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path48]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path49]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path50]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path51]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path52]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path53]
ERROR tests/test_cli.py::test_cli_convert_cycle_formats[testall_inv_path54]
ERROR tests/test_cli.py::test_clifail_convert_localfile_as_url
ERROR tests/test_fixture.py::test_populate_scratch
ERROR tests/test_flake8_ext.py::test_flake8_version_output
FAILED README.rst::README.rst
===================================================== 1 failed, 72 passed, 69 skipped, 6 xfailed, 128 errors in 1.51s ======================================================
bskinn commented 3 years ago

Have to pip install -r requirements-dev.txt before running pytest

(That tidbit is in the CONTRIBUTING.md, added after 2.0.1 was released.)

kloczek commented 3 years ago

I forgot about yet another detail. I'm using patch for tox.ini:

--- a/tox.ini~  2020-01-27 04:31:02.000000000 +0000
+++ b/tox.ini   2021-02-28 01:43:16.820436609 +0000
@@ -91,7 +91,7 @@
   first: Inherited marker from `pytest-ordering`
   timeout: Inherited marker from `pytest-timeout`

-addopts = --strict --doctest-glob="README.rst" -rsxX -Werror
+addopts = --strict-markers --doctest-glob="README.rst" -rsxX -Werror

 norecursedirs = .* env* src *.egg dist build

Without that patch test suite is failg on the beggining with:

+ /usr/bin/python3 -Bm pytest -ra
Traceback (most recent call last):
  File "/usr/lib64/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib64/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.8/site-packages/pytest/__main__.py", line 5, in <module>
    raise SystemExit(pytest.console_main())
  File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 185, in console_main
    code = main()
  File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 143, in main
    config = _prepareconfig(args, plugins)
  File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 318, in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
  File "/usr/lib/python3.8/site-packages/pluggy/hooks.py", line 286, in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
  File "/usr/lib/python3.8/site-packages/pluggy/manager.py", line 93, in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
  File "/usr/lib/python3.8/site-packages/pluggy/manager.py", line 84, in <lambda>
    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
  File "/usr/lib/python3.8/site-packages/pluggy/callers.py", line 203, in _multicall
    gen.send(outcome)
  File "/usr/lib/python3.8/site-packages/_pytest/helpconfig.py", line 100, in pytest_cmdline_parse
    config: Config = outcome.get_result()
  File "/usr/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result
    raise ex[1].with_traceback(ex[2])
  File "/usr/lib/python3.8/site-packages/pluggy/callers.py", line 187, in _multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 1003, in pytest_cmdline_parse
    self.parse(args)
  File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 1283, in parse
    self._preparse(args, addopts=addopts)
  File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 1183, in _preparse
    self.issue_config_time_warning(
  File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 1321, in issue_config_time_warning
    warnings.warn(warning, stacklevel=stacklevel)
pytest.PytestDeprecationWarning: The --strict option is deprecated, use --strict-markers instead.
bskinn commented 3 years ago

Ah, right, I forgot about pytest changing that -- it's fixed in master, with an accompanying pytest>=x.y.z pin in requirements. Hazard of not pinning my development dependencies, I guess.

If you can cope with it ok, then it's a non-issue on my end.

Thanks for reporting these!

kloczek commented 3 years ago

Just tested 2.1 and looks like pytest still is failing and I cannot find that check

+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-sphobjinv-2.1-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-sphobjinv-2.1-2.fc35.x86_64/usr/lib/python3.8/site-packages
+ PYTHONDONTWRITEBYTECODE=1
+ /usr/bin/pytest -ra
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.9, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
benchmark: 3.4.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1, configfile: tox.ini
plugins: forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, expect-1.1.0, httpbin-1.0.0, flake8-1.0.7, timeout-1.4.2, betamax-0.8.1, freezegun-0.4.2, 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, cov-2.12.1, pyfakefs-4.5.0, cases-3.6.1, flaky-3.7.0, hypothesis-6.14.0, benchmark-3.4.1, xdist-2.3.0, Faker-8.8.1
collected 678 items

README.rst F                                                                                                                                                         [  0%]
. .                                                                                                                                                                  [  0%]
tests/test_api_fail.py ......................E.........xxxx                                                                                                          [  5%]
tests/test_api_good.py ...................EEEEEEEE...EEEEEEEEE.........Es.ssssssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssssssssssss [ 26%]
ssssssssssssssssssssss..                                                                                                                                             [ 30%]
tests/test_api_good_nonlocal.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssss                                                                          [ 38%]
tests/test_cli.py ....s...s...s.........EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE....................E.......                                        [ 54%]
tests/test_cli_nonlocal.py ssssssssss                                                                                                                                [ 56%]
tests/test_fixture.py .E...                                                                                                                                          [ 56%]
tests/test_flake8_ext.py s                                                                                                                                           [ 56%]
tests/test_readme.py s                                                                                                                                               [ 57%]
tests/test_valid_objects.py .............................................x........................x................................................................. [ 77%]
..........................................................................................................................................................           [100%]

================================================================================== ERRORS ==================================================================================
__________________________________________________ ERROR at setup of TestInventory.test_apifail_inventory_no_object_invs ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_fail.py, line 166
      def test_apifail_inventory_no_object_invs(self, check):
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_fail.py:166
____________________________________________ ERROR at setup of TestDataObj.test_api_dataobj_datalinefxn[True-True---byte_lines] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 228
      @pytest.mark.parametrize(
          ["dataobjtype", "regex", "lines"],
          (
              [soi.DataObjBytes, soi.pb_data, "byte_lines"],
              [soi.DataObjStr, soi.p_data, "str_lines"],
          ),
          ids=(lambda i: i if isinstance(i, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:228
____________________________________________ ERROR at setup of TestDataObj.test_api_dataobj_datalinefxn[True-True---str_lines] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 228
      @pytest.mark.parametrize(
          ["dataobjtype", "regex", "lines"],
          (
              [soi.DataObjBytes, soi.pb_data, "byte_lines"],
              [soi.DataObjStr, soi.p_data, "str_lines"],
          ),
          ids=(lambda i: i if isinstance(i, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:228
___________________________________________ ERROR at setup of TestDataObj.test_api_dataobj_datalinefxn[True-False---byte_lines] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 228
      @pytest.mark.parametrize(
          ["dataobjtype", "regex", "lines"],
          (
              [soi.DataObjBytes, soi.pb_data, "byte_lines"],
              [soi.DataObjStr, soi.p_data, "str_lines"],
          ),
          ids=(lambda i: i if isinstance(i, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:228
____________________________________________ ERROR at setup of TestDataObj.test_api_dataobj_datalinefxn[True-False---str_lines] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 228
      @pytest.mark.parametrize(
          ["dataobjtype", "regex", "lines"],
          (
              [soi.DataObjBytes, soi.pb_data, "byte_lines"],
              [soi.DataObjStr, soi.p_data, "str_lines"],
          ),
          ids=(lambda i: i if isinstance(i, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:228
___________________________________________ ERROR at setup of TestDataObj.test_api_dataobj_datalinefxn[False-True---byte_lines] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 228
      @pytest.mark.parametrize(
          ["dataobjtype", "regex", "lines"],
          (
              [soi.DataObjBytes, soi.pb_data, "byte_lines"],
              [soi.DataObjStr, soi.p_data, "str_lines"],
          ),
          ids=(lambda i: i if isinstance(i, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:228
____________________________________________ ERROR at setup of TestDataObj.test_api_dataobj_datalinefxn[False-True---str_lines] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 228
      @pytest.mark.parametrize(
          ["dataobjtype", "regex", "lines"],
          (
              [soi.DataObjBytes, soi.pb_data, "byte_lines"],
              [soi.DataObjStr, soi.p_data, "str_lines"],
          ),
          ids=(lambda i: i if isinstance(i, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:228
___________________________________________ ERROR at setup of TestDataObj.test_api_dataobj_datalinefxn[False-False---byte_lines] ___________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 228
      @pytest.mark.parametrize(
          ["dataobjtype", "regex", "lines"],
          (
              [soi.DataObjBytes, soi.pb_data, "byte_lines"],
              [soi.DataObjStr, soi.p_data, "str_lines"],
          ),
          ids=(lambda i: i if isinstance(i, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:228
___________________________________________ ERROR at setup of TestDataObj.test_api_dataobj_datalinefxn[False-False---str_lines] ____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 228
      @pytest.mark.parametrize(
          ["dataobjtype", "regex", "lines"],
          (
              [soi.DataObjBytes, soi.pb_data, "byte_lines"],
              [soi.DataObjStr, soi.p_data, "str_lines"],
          ),
          ids=(lambda i: i if isinstance(i, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:228
______________________________________________ ERROR at setup of TestInventory.test_api_inventory_default_none_instantiation _______________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 318
      def test_api_inventory_default_none_instantiation(self, check):
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:318
______________________________________ ERROR at setup of TestInventory.test_api_inventory_bytes_fname_instantiation[no_op--plaintext] ______________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 327
      @pytest.mark.parametrize(
          ["source_type", "inv_arg"],
          [
              (soi.SourceTypes.BytesPlaintext, "plaintext"),
              (soi.SourceTypes.BytesZlib, "zlib"),
              (soi.SourceTypes.FnamePlaintext, "fname_plain"),
              (soi.SourceTypes.FnameZlib, "fname_zlib"),
          ],
          ids=(lambda v: v if isinstance(v, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:327
________________________________________ ERROR at setup of TestInventory.test_api_inventory_bytes_fname_instantiation[no_op--zlib] _________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 327
      @pytest.mark.parametrize(
          ["source_type", "inv_arg"],
          [
              (soi.SourceTypes.BytesPlaintext, "plaintext"),
              (soi.SourceTypes.BytesZlib, "zlib"),
              (soi.SourceTypes.FnamePlaintext, "fname_plain"),
              (soi.SourceTypes.FnameZlib, "fname_zlib"),
          ],
          ids=(lambda v: v if isinstance(v, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:327
_____________________________________ ERROR at setup of TestInventory.test_api_inventory_bytes_fname_instantiation[no_op--fname_plain] _____________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 327
      @pytest.mark.parametrize(
          ["source_type", "inv_arg"],
          [
              (soi.SourceTypes.BytesPlaintext, "plaintext"),
              (soi.SourceTypes.BytesZlib, "zlib"),
              (soi.SourceTypes.FnamePlaintext, "fname_plain"),
              (soi.SourceTypes.FnameZlib, "fname_zlib"),
          ],
          ids=(lambda v: v if isinstance(v, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:327
_____________________________________ ERROR at setup of TestInventory.test_api_inventory_bytes_fname_instantiation[no_op--fname_zlib] ______________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 327
      @pytest.mark.parametrize(
          ["source_type", "inv_arg"],
          [
              (soi.SourceTypes.BytesPlaintext, "plaintext"),
              (soi.SourceTypes.BytesZlib, "zlib"),
              (soi.SourceTypes.FnamePlaintext, "fname_plain"),
              (soi.SourceTypes.FnameZlib, "fname_zlib"),
          ],
          ids=(lambda v: v if isinstance(v, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:327
_______________________________________ ERROR at setup of TestInventory.test_api_inventory_bytes_fname_instantiation[str--plaintext] _______________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 327
      @pytest.mark.parametrize(
          ["source_type", "inv_arg"],
          [
              (soi.SourceTypes.BytesPlaintext, "plaintext"),
              (soi.SourceTypes.BytesZlib, "zlib"),
              (soi.SourceTypes.FnamePlaintext, "fname_plain"),
              (soi.SourceTypes.FnameZlib, "fname_zlib"),
          ],
          ids=(lambda v: v if isinstance(v, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:327
_________________________________________ ERROR at setup of TestInventory.test_api_inventory_bytes_fname_instantiation[str--zlib] __________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 327
      @pytest.mark.parametrize(
          ["source_type", "inv_arg"],
          [
              (soi.SourceTypes.BytesPlaintext, "plaintext"),
              (soi.SourceTypes.BytesZlib, "zlib"),
              (soi.SourceTypes.FnamePlaintext, "fname_plain"),
              (soi.SourceTypes.FnameZlib, "fname_zlib"),
          ],
          ids=(lambda v: v if isinstance(v, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:327
______________________________________ ERROR at setup of TestInventory.test_api_inventory_bytes_fname_instantiation[str--fname_plain] ______________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 327
      @pytest.mark.parametrize(
          ["source_type", "inv_arg"],
          [
              (soi.SourceTypes.BytesPlaintext, "plaintext"),
              (soi.SourceTypes.BytesZlib, "zlib"),
              (soi.SourceTypes.FnamePlaintext, "fname_plain"),
              (soi.SourceTypes.FnameZlib, "fname_zlib"),
          ],
          ids=(lambda v: v if isinstance(v, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:327
______________________________________ ERROR at setup of TestInventory.test_api_inventory_bytes_fname_instantiation[str--fname_zlib] _______________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 327
      @pytest.mark.parametrize(
          ["source_type", "inv_arg"],
          [
              (soi.SourceTypes.BytesPlaintext, "plaintext"),
              (soi.SourceTypes.BytesZlib, "zlib"),
              (soi.SourceTypes.FnamePlaintext, "fname_plain"),
              (soi.SourceTypes.FnameZlib, "fname_zlib"),
          ],
          ids=(lambda v: v if isinstance(v, str) else ""),
      )
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:327
______________________________________________________ ERROR at setup of TestInventory.test_api_inventory_namesuggest ______________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py, line 451
      def test_api_inventory_namesuggest(self, res_cmp, check):
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_api_good.py:451
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[NAPALM] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[attrs] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
______________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[attrs_20_3_0] ______________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[beaker] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[bokeh] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
__________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[bootstrap_datepicker] __________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[cclib] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[celery] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[click] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
______________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[cookiecutter] ______________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[coverage] ________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
____________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[django_channels] _____________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[eyeD3] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[faker] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[flake8] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[flask] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[gspread] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
__________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[h5py] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_______________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[hypothesis] _______________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[jinja2] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_______________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[jsonschema] _______________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_______________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[matplotlib] _______________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[mistune] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
______________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[mkdoc_zlib0] _______________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
__________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[mypy] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
__________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[nltk] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[noinfo] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_______________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[noproject] ________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[numpy] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[opencv] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[pandas] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[pdfminer] ________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[pelican] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[pingo] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[plone] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[psutil] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[pyexcel] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[pygame] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[pymongo] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
__________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[pyqt] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[pyserial] ________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[pytest] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[python] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[requests] ________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[rocket] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[sarge] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[scapy] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[scipy] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[scrapy] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[sklearn] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[sphinx] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_______________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[sqlalchemy] _______________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[sympy] __________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[tinydb] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
__________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[tox] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[twython] _________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
___________________________________________________ ERROR at setup of TestConvertGood.test_cli_convert_cycle_formats[yt] ___________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 183
      @pytest.mark.timeout(CLI_TEST_TIMEOUT * 50 * 3)
      @pytest.mark.testall
      def test_cli_convert_cycle_formats(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:183
_____________________________________________________ ERROR at setup of TestFail.test_clifail_convert_localfile_as_url _____________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py, line 444
      @pytest.mark.timeout(CLI_TEST_TIMEOUT)
      def test_clifail_convert_localfile_as_url(
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_cli.py:444
_________________________________________________________________ ERROR at setup of test_populate_scratch __________________________________________________________________
file /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_fixture.py, line 39
  def test_populate_scratch(misc_info, scratch_path, check):
E       fixture 'check' not found
>       available fixtures: _session_faker, aiohttp_client, aiohttp_raw_server, aiohttp_server, aiohttp_unused_port, attrs_inventory_test, benchmark, benchmark_weave, betamax_parametrized_recorder, betamax_parametrized_session, betamax_recorder, betamax_session, bytes_txt, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_based_httpbin, class_based_httpbin_secure, class_mocker, cov, current_cases, decomp_cmp_test, doctest_namespace, ensure_doc_scratch, event_loop, faker, fast, freezer, fs, httpbin, httpbin_both, httpbin_ca_bundle, httpbin_secure, is_win, jsonschema_validator, loop, loop_debug, misc_info, mocker, module_mocker, monkeypatch, no_cover, package_mocker, patching, proactor_loop, pytestconfig, raw_test_server, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, res_cmp, res_dec, res_path, run_cmdline_test, scratch_path, session_mocker, smart_caplog, sphinx_ifile_data_count, sphinx_ifile_load, sphinx_load_test, sphinx_version, stdouts, test_client, test_server, testall_inv_path, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, tmpworkdir, unix2dos, unused_port, unused_tcp_port, unused_tcp_port_factory, virtualenv, weave, worker_id, workspace, xprocess
>       use 'pytest --fixtures [testpath]' for help on them.

/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/tests/test_fixture.py:39
================================================================================= FAILURES =================================================================================
___________________________________________________________________________ [doctest] README.rst ___________________________________________________________________________
112 JSON output is supported (``sphobjinv convert json ...``), and
113 inventories can be re-compressed to the
114 partially-zlib-compressed form that ``intersphinx`` reads
115 (``sphobjinv convert zlib ...``).
116
117 Alternatively, ``sphobjinv`` exposes an API to enable automation of
118 inventory creation/modification::
119
120     >>> import sphobjinv as soi
121     >>> inv = soi.Inventory('doc/build/html/objects.inv')
UNEXPECTED EXCEPTION: TypeError('Invalid Inventory source type')
Traceback (most recent call last):
  File "/usr/lib64/python3.8/doctest.py", line 1336, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest README.rst[1]>", line 1, in <module>
  File "<attrs generated init sphobjinv.inventory.Inventory>", line 16, in __init__
    self.__attrs_post_init__()
  File "/home/tkloczko/rpmbuild/BUILDROOT/python-sphobjinv-2.1-2.fc35.x86_64/usr/lib/python3.8/site-packages/sphobjinv/inventory.py", line 350, in __attrs_post_init__
    self._general_import()
  File "/home/tkloczko/rpmbuild/BUILDROOT/python-sphobjinv-2.1-2.fc35.x86_64/usr/lib/python3.8/site-packages/sphobjinv/inventory.py", line 594, in _general_import
    raise TypeError("Invalid Inventory source type")
TypeError: Invalid Inventory source type
/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/README.rst:121: UnexpectedException
========================================================================= short test summary info ==========================================================================
SKIPPED [56] tests/test_api_good.py:489: '--testall' not specified
SKIPPED [56] tests/test_api_good.py:523: '--testall' not specified
SKIPPED [59] tests/test_api_good_nonlocal.py:44: '--nonloc' not specified
SKIPPED [3] tests/test_cli.py:103: Ignore no-change conversions
SKIPPED [10] tests/test_cli_nonlocal.py:52: '--nonloc' not specified
SKIPPED [1] tests/test_flake8_ext.py:46: '--flake8_ext' not specified
SKIPPED [1] tests/test_readme.py:55: Skip if Sphinx version mismatches current dev version.
XFAIL tests/test_api_fail.py::TestImmutable::test_apifail_changing_immutable_dataobj[True-no_op]
  Made mutable to simplify Inventory revision by users
XFAIL tests/test_api_fail.py::TestImmutable::test_apifail_changing_immutable_dataobj[True-str]
  Made mutable to simplify Inventory revision by users
XFAIL tests/test_api_fail.py::TestImmutable::test_apifail_changing_immutable_dataobj[False-no_op]
  Made mutable to simplify Inventory revision by users
XFAIL tests/test_api_fail.py::TestImmutable::test_apifail_changing_immutable_dataobj[False-str]
  Made mutable to simplify Inventory revision by users
XFAIL tests/test_valid_objects.py::test_name_lead_chars[10_\n]
  reason: Known invalid name lead char
XFAIL tests/test_valid_objects.py::test_name_lead_chars[35_#]
  reason: Known invalid name lead char
ERROR tests/test_api_fail.py::TestInventory::test_apifail_inventory_no_object_invs
ERROR tests/test_api_good.py::TestDataObj::test_api_dataobj_datalinefxn[True-True---byte_lines]
ERROR tests/test_api_good.py::TestDataObj::test_api_dataobj_datalinefxn[True-True---str_lines]
ERROR tests/test_api_good.py::TestDataObj::test_api_dataobj_datalinefxn[True-False---byte_lines]
ERROR tests/test_api_good.py::TestDataObj::test_api_dataobj_datalinefxn[True-False---str_lines]
ERROR tests/test_api_good.py::TestDataObj::test_api_dataobj_datalinefxn[False-True---byte_lines]
ERROR tests/test_api_good.py::TestDataObj::test_api_dataobj_datalinefxn[False-True---str_lines]
ERROR tests/test_api_good.py::TestDataObj::test_api_dataobj_datalinefxn[False-False---byte_lines]
ERROR tests/test_api_good.py::TestDataObj::test_api_dataobj_datalinefxn[False-False---str_lines]
ERROR tests/test_api_good.py::TestInventory::test_api_inventory_default_none_instantiation
ERROR tests/test_api_good.py::TestInventory::test_api_inventory_bytes_fname_instantiation[no_op--plaintext]
ERROR tests/test_api_good.py::TestInventory::test_api_inventory_bytes_fname_instantiation[no_op--zlib]
ERROR tests/test_api_good.py::TestInventory::test_api_inventory_bytes_fname_instantiation[no_op--fname_plain]
ERROR tests/test_api_good.py::TestInventory::test_api_inventory_bytes_fname_instantiation[no_op--fname_zlib]
ERROR tests/test_api_good.py::TestInventory::test_api_inventory_bytes_fname_instantiation[str--plaintext]
ERROR tests/test_api_good.py::TestInventory::test_api_inventory_bytes_fname_instantiation[str--zlib]
ERROR tests/test_api_good.py::TestInventory::test_api_inventory_bytes_fname_instantiation[str--fname_plain]
ERROR tests/test_api_good.py::TestInventory::test_api_inventory_bytes_fname_instantiation[str--fname_zlib]
ERROR tests/test_api_good.py::TestInventory::test_api_inventory_namesuggest
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[NAPALM]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[attrs]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[attrs_20_3_0]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[beaker]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[bokeh]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[bootstrap_datepicker]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[cclib]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[celery]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[click]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[cookiecutter]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[coverage]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[django_channels]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[eyeD3]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[faker]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[flake8]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[flask]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[gspread]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[h5py]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[hypothesis]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[jinja2]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[jsonschema]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[matplotlib]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[mistune]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[mkdoc_zlib0]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[mypy]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[nltk]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[noinfo]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[noproject]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[numpy]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[opencv]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[pandas]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[pdfminer]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[pelican]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[pingo]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[plone]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[psutil]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[pyexcel]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[pygame]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[pymongo]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[pyqt]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[pyserial]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[pytest]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[python]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[requests]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[rocket]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[sarge]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[scapy]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[scipy]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[scrapy]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[sklearn]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[sphinx]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[sqlalchemy]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[sympy]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[tinydb]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[tox]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[twython]
ERROR tests/test_cli.py::TestConvertGood::test_cli_convert_cycle_formats[yt]
ERROR tests/test_cli.py::TestFail::test_clifail_convert_localfile_as_url
ERROR tests/test_fixture.py::test_populate_scratch
FAILED README.rst::README.rst
===================================================== 1 failed, 405 passed, 186 skipped, 6 xfailed, 78 errors in 9.93s =====================================================
bskinn commented 3 years ago

The check fixture is from pytest-check. Switched to that from pytest-subtests between v2.0.1 and v2.1.

kloczek commented 2 years ago

After you closed this ticket I forgot to check your suggestion and just come back to sphobjinv as I'm transforming all my build procedures to use pep517. However after package pytest-check and add it to my python-sphobjinv.spec file I still have two units failing :/ May I ask for some suhhestion/help?

+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-sphobjinv-2.1-2.2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-sphobjinv-2.1-2.2.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/pytest -ra
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.12, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1, configfile: tox.ini
plugins: pytest_check-1.0.4
collected 675 items

README.rst F                                                                                                                                                         [  0%]
tests/test_api_fail.py ................................xxxx                                                                                                          [  5%]
tests/test_api_good.py .................................................s.ssssssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssssssssssss [ 26%]
ssssssssssssssssssssss.F                                                                                                                                             [ 29%]
tests/test_api_good_nonlocal.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssss                                                                          [ 38%]
tests/test_cli.py ....s...s...s.........s.sssssssssssssssssssssssssssssssssssssssssssssssssssssss............................                                        [ 54%]
tests/test_cli_nonlocal.py ssssssssss                                                                                                                                [ 56%]
tests/test_fixture.py .....                                                                                                                                          [ 56%]
tests/test_flake8_ext.py s                                                                                                                                           [ 56%]
tests/test_readme.py s                                                                                                                                               [ 57%]
tests/test_valid_objects.py .............................................x........................x................................................................. [ 77%]
..........................................................................................................................................................           [100%]

================================================================================= FAILURES =================================================================================
___________________________________________________________________________ [doctest] README.rst ___________________________________________________________________________
112 JSON output is supported (``sphobjinv convert json ...``), and
113 inventories can be re-compressed to the
114 partially-zlib-compressed form that ``intersphinx`` reads
115 (``sphobjinv convert zlib ...``).
116
117 Alternatively, ``sphobjinv`` exposes an API to enable automation of
118 inventory creation/modification::
119
120     >>> import sphobjinv as soi
121     >>> inv = soi.Inventory('doc/build/html/objects.inv')
UNEXPECTED EXCEPTION: TypeError('Invalid Inventory source type')
Traceback (most recent call last):
  File "/usr/lib64/python3.8/doctest.py", line 1336, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest README.rst[1]>", line 1, in <module>
  File "<attrs generated init sphobjinv.inventory.Inventory>", line 16, in __init__
    self.__attrs_post_init__()
  File "/home/tkloczko/rpmbuild/BUILDROOT/python-sphobjinv-2.1-2.2.fc35.x86_64/usr/lib/python3.8/site-packages/sphobjinv/inventory.py", line 350, in __attrs_post_init__
    self._general_import()
  File "/home/tkloczko/rpmbuild/BUILDROOT/python-sphobjinv-2.1-2.2.fc35.x86_64/usr/lib/python3.8/site-packages/sphobjinv/inventory.py", line 594, in _general_import
    raise TypeError("Invalid Inventory source type")
TypeError: Invalid Inventory source type
/home/tkloczko/rpmbuild/BUILD/sphobjinv-2.1/README.rst:121: UnexpectedException
______________________________________________________________ TestWarnings.test_api_fuzzywuzzy_warningcheck _______________________________________________________________

self = <tests.test_api_good.TestWarnings object at 0x7f2a1ada9cd0>, misc_info = <conftest.misc_info.<locals>.Info object at 0x7f2a1af9e790>

    @pytest.mark.first
    def test_api_fuzzywuzzy_warningcheck(self, misc_info):
        """Confirm only the Levenshtein warning is raised, if any are."""
        if misc_info.IN_PYPY:
            pytest.skip("Don't test warnings in PyPy")  # pragma: no cover

        with warnings.catch_warnings(record=True) as wc:
            warnings.simplefilter("always")
            from fuzzywuzzy import process  # noqa: F401

        # Try to import, and adjust tests accordingly
        try:
            import Levenshtein  # noqa: F401
        except ImportError:
            lev_present = False
        else:
            # Standard testing setup is WITHOUT python-Levenshtein
            lev_present = True  # pragma: no cover

        if lev_present:
            assert len(wc) == 0, "Warning unexpectedly raised"  # pragma: no cover
        else:
>           assert len(wc) == 1, "Warning unexpectedly not raised"
E           AssertionError: Warning unexpectedly not raised
E           assert 0 == 1
E            +  where 0 = len([])

tests/test_api_good.py:615: AssertionError
========================================================================= short test summary info ==========================================================================
SKIPPED [56] tests/test_api_good.py:489: '--testall' not specified
SKIPPED [56] tests/test_api_good.py:523: '--testall' not specified
SKIPPED [59] tests/test_api_good_nonlocal.py:44: '--nonloc' not specified
SKIPPED [3] tests/test_cli.py:103: Ignore no-change conversions
SKIPPED [56] tests/test_cli.py:205: '--testall' not specified
SKIPPED [10] tests/test_cli_nonlocal.py:52: '--nonloc' not specified
SKIPPED [1] tests/test_flake8_ext.py:46: '--flake8_ext' not specified
SKIPPED [1] tests/test_readme.py:55: Skip if Sphinx version mismatches current dev version.
XFAIL tests/test_api_fail.py::TestImmutable::test_apifail_changing_immutable_dataobj[True-no_op]
  Made mutable to simplify Inventory revision by users
XFAIL tests/test_api_fail.py::TestImmutable::test_apifail_changing_immutable_dataobj[True-str]
  Made mutable to simplify Inventory revision by users
XFAIL tests/test_api_fail.py::TestImmutable::test_apifail_changing_immutable_dataobj[False-no_op]
  Made mutable to simplify Inventory revision by users
XFAIL tests/test_api_fail.py::TestImmutable::test_apifail_changing_immutable_dataobj[False-str]
  Made mutable to simplify Inventory revision by users
XFAIL tests/test_valid_objects.py::test_name_lead_chars[10_\n]
  reason: Known invalid name lead char
XFAIL tests/test_valid_objects.py::test_name_lead_chars[35_#]
  reason: Known invalid name lead char
FAILED README.rst::README.rst
FAILED tests/test_api_good.py::TestWarnings::test_api_fuzzywuzzy_warningcheck - AssertionError: Warning unexpectedly not raised
========================================================== 2 failed, 425 passed, 242 skipped, 6 xfailed in 3.69s ===========================================================

Temporary I've added those two units to pytest --deselect list.

bskinn commented 2 years ago

The first one looks like you failed to build the docs before running the test suite.

The second looks like the test suite got disordered...that test (for the fuzzywuzzy warning) HAS to run FIRST in the pytest session or else the warning gets suppressed. The @pytest.mark.first is supposed to enforce that...not sure why it didn't.

That said, neither of these two tests is critical path, so in the end I'd probably just leave them deselected, as you've done for your workaround.

kloczek commented 2 years ago

OK.

FYI: in my build procedure I'm builkdig sphobjinv documentation using setuptools<>sphinx integration :)

+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.3.2
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://www.sphinx-doc.org/en/master/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 24 added, 0 changed, 0 removed
reading sources... [100%] syntax
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-sphobjinv.3 { cli/index cli/convert cli/suggest api_usage customfile levenshtein syntax api/index api/data api/enum api/error api/fileops api/inventory api/re api/schema api/zlib cli/implementation/index cli/implementation/core cli/implementation/load cli/implementation/parser cli/implementation/paths cli/implementation/ui cli/implementation/write } done
build succeeded.

However that documentation has nothing to do with README.rst :)