Bug#1136140: python-check-jsonschema: FTBFS with python3-click 8.3.3

Sérgio Cipriano <[email protected]> Sun, 10 May 2026 00:40:30 -0300
Newsgroups gmane.linux.debian.devel.gcc
Organization The Debian Project
Message-ID <af_-LrguTSBdExsv__33259.9208735459$1778384637$gmane$org@debian>
Source: python-check-jsonschema
Version: 0.34.1+really0.25.0-2
Severity: normal
Justification: FTBFS
Tags: ftbfs experimental
User: [email protected]
Usertags: python3-click-8.3.3

Hi,

I have completed a rebuild of the reverse dependencies of python3-click in
order to add support for version 8.3.3. The package python-check-jsonschema was found to
fail to build in that situation.

To reproduce this locally, you need to install python3-click from experimental
on an unstable system or build chroot. Like this:

sbuild --extra-repository='deb http://deb.debian.org/debian experimental main' --starting-build-commands='apt-get update && apt-get -t experimental install --only-upgrade -y python-click'

Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:385: python3.14 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
> !!
> 
>         ********************************************************************************
>         Please consider removing the following classifiers in favor of a SPDX license expression:
> 
>         License :: OSI Approved :: Apache Software License
> 
>         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
>         ********************************************************************************
> 
> !!
>   self._finalize_license_expression()
> running config
> I: pybuild base:385: python3.13 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
> !!
> 
>         ********************************************************************************
>         Please consider removing the following classifiers in favor of a SPDX license expression:
> 
>         License :: OSI Approved :: Apache Software License
> 
>         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
>         ********************************************************************************
> 
> !!
>   self._finalize_license_expression()
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:385: /usr/bin/python3.14 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
> !!
> 
>         ********************************************************************************
>         Please consider removing the following classifiers in favor of a SPDX license expression:
> 
>         License :: OSI Approved :: Apache Software License
> 
>         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
>         ********************************************************************************
> 
> !!
>   self._finalize_license_expression()
> running build
> running build_py
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/utils.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/result.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/reporter.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/instance_loader.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/identify_filetype.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/formats.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/checker.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/catalog.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/cachedownloader.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/_testing.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/__main__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/transforms
> copying src/check_jsonschema/transforms/gitlab.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/transforms
> copying src/check_jsonschema/transforms/base.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/transforms
> copying src/check_jsonschema/transforms/azure_pipelines.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/transforms
> copying src/check_jsonschema/transforms/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/transforms
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/schema_loader
> copying src/check_jsonschema/schema_loader/resolver.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/schema_loader
> copying src/check_jsonschema/schema_loader/readers.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/schema_loader
> copying src/check_jsonschema/schema_loader/main.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/schema_loader
> copying src/check_jsonschema/schema_loader/errors.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/schema_loader
> copying src/check_jsonschema/schema_loader/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/schema_loader
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/parsers
> copying src/check_jsonschema/parsers/yaml.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/parsers
> copying src/check_jsonschema/parsers/toml.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/parsers
> copying src/check_jsonschema/parsers/json5.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/parsers
> copying src/check_jsonschema/parsers/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/parsers
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/cli
> copying src/check_jsonschema/cli/warnings.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/cli
> copying src/check_jsonschema/cli/parse_result.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/cli
> copying src/check_jsonschema/cli/param_types.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/cli
> copying src/check_jsonschema/cli/main_command.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/cli
> copying src/check_jsonschema/cli/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/cli
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas
> copying src/check_jsonschema/builtin_schemas/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/custom
> copying src/check_jsonschema/builtin_schemas/custom/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/custom
> running egg_info
> creating src/check_jsonschema.egg-info
> writing src/check_jsonschema.egg-info/PKG-INFO
> writing dependency_links to src/check_jsonschema.egg-info/dependency_links.txt
> writing entry points to src/check_jsonschema.egg-info/entry_points.txt
> writing requirements to src/check_jsonschema.egg-info/requires.txt
> writing top-level names to src/check_jsonschema.egg-info/top_level.txt
> writing manifest file 'src/check_jsonschema.egg-info/SOURCES.txt'
> reading manifest file 'src/check_jsonschema.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'src/check_jsonschema.egg-info/SOURCES.txt'
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.azure-pipelines -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.bitbucket-pipelines -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.buildkite -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.gitlab -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.readthedocs -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.renovate -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.schemastore -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/README.md -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/azure-pipelines.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/azure-pipelines.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/bamboo-spec.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/bamboo-spec.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/bitbucket-pipelines.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/bitbucket-pipelines.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/buildkite.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/buildkite.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/dependabot.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/dependabot.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/drone-ci.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/drone-ci.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/github-actions.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/github-actions.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/github-workflows.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/github-workflows.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/readthedocs.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/readthedocs.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/renovate.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/renovate.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/travis.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/travis.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/custom/github-workflows-require-timeout.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build/check_jsonschema/builtin_schemas/custom
> I: pybuild base:385: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
> !!
> 
>         ********************************************************************************
>         Please consider removing the following classifiers in favor of a SPDX license expression:
> 
>         License :: OSI Approved :: Apache Software License
> 
>         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
>         ********************************************************************************
> 
> !!
>   self._finalize_license_expression()
> running build
> running build_py
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/utils.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/result.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/reporter.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/instance_loader.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/identify_filetype.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/formats.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/checker.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/catalog.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/cachedownloader.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/_testing.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/__main__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> copying src/check_jsonschema/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/transforms
> copying src/check_jsonschema/transforms/gitlab.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/transforms
> copying src/check_jsonschema/transforms/base.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/transforms
> copying src/check_jsonschema/transforms/azure_pipelines.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/transforms
> copying src/check_jsonschema/transforms/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/transforms
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/schema_loader
> copying src/check_jsonschema/schema_loader/resolver.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/schema_loader
> copying src/check_jsonschema/schema_loader/readers.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/schema_loader
> copying src/check_jsonschema/schema_loader/main.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/schema_loader
> copying src/check_jsonschema/schema_loader/errors.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/schema_loader
> copying src/check_jsonschema/schema_loader/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/schema_loader
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/parsers
> copying src/check_jsonschema/parsers/yaml.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/parsers
> copying src/check_jsonschema/parsers/toml.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/parsers
> copying src/check_jsonschema/parsers/json5.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/parsers
> copying src/check_jsonschema/parsers/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/parsers
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/cli
> copying src/check_jsonschema/cli/warnings.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/cli
> copying src/check_jsonschema/cli/parse_result.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/cli
> copying src/check_jsonschema/cli/param_types.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/cli
> copying src/check_jsonschema/cli/main_command.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/cli
> copying src/check_jsonschema/cli/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/cli
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas
> copying src/check_jsonschema/builtin_schemas/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> creating /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/custom
> copying src/check_jsonschema/builtin_schemas/custom/__init__.py -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/custom
> running egg_info
> writing src/check_jsonschema.egg-info/PKG-INFO
> writing dependency_links to src/check_jsonschema.egg-info/dependency_links.txt
> writing entry points to src/check_jsonschema.egg-info/entry_points.txt
> writing requirements to src/check_jsonschema.egg-info/requires.txt
> writing top-level names to src/check_jsonschema.egg-info/top_level.txt
> reading manifest file 'src/check_jsonschema.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'src/check_jsonschema.egg-info/SOURCES.txt'
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.azure-pipelines -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.bitbucket-pipelines -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.buildkite -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.gitlab -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.readthedocs -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.renovate -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/LICENSE.schemastore -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/README.md -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/azure-pipelines.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/azure-pipelines.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/bamboo-spec.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/bamboo-spec.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/bitbucket-pipelines.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/bitbucket-pipelines.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/buildkite.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/buildkite.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/dependabot.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/dependabot.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/drone-ci.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/drone-ci.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/github-actions.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/github-actions.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/github-workflows.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/github-workflows.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/readthedocs.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/readthedocs.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/renovate.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/renovate.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/travis.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/vendor/travis.sha256 -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/vendor
> copying src/check_jsonschema/builtin_schemas/custom/github-workflows-require-timeout.json -> /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build/check_jsonschema/builtin_schemas/custom
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:385: cd /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build; python3.14 -m pytest -k 'not test_supports_common_option'
> ============================= test session starts ==============================
> platform linux -- Python 3.14.5rc1, pytest-9.0.3, pluggy-1.6.0
> rootdir: /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0
> configfile: tox.ini
> plugins: typeguard-4.4.4
> collected 281 items / 3 deselected / 278 selected
> 
> tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py E [  0%]
> EEEEEEE                                                                  [  2%]
> tests/acceptance/test_example_files.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 14%]
> EE                                                                       [ 15%]
> tests/acceptance/test_fill_defaults.py EEE                               [ 16%]
> tests/acceptance/test_format_failure.py EEEE                             [ 17%]
> tests/acceptance/test_format_regex_opts.py EEEEEEEEEEEEE                 [ 22%]
> tests/acceptance/test_gitlab_reference_handling.py E                     [ 23%]
> tests/acceptance/test_hook_file_matches.py ............................. [ 33%]
> ...................                                                      [ 40%]
> tests/acceptance/test_invalid_schema_files.py EEE                        [ 41%]
> tests/acceptance/test_local_relative_ref.py EEEEEEEE                     [ 44%]
> tests/acceptance/test_malformed_instances.py EEEEE                       [ 46%]
> tests/acceptance/test_nonjson_schema_handling.py EEssss                  [ 48%]
> tests/acceptance/test_remote_ref_resolution.py EEEEEEEEEE                [ 51%]
> tests/acceptance/test_special_filetypes.py EEEEE                         [ 53%]
> tests/unit/test_cachedownloader.py ..................................    [ 65%]
> tests/unit/test_catalog.py ..                                            [ 66%]
> tests/unit/test_cli_parse.py ...EEEEEEEEEEEEEEEEEEEEEEEEEEEEE            [ 78%]
> tests/unit/test_gitlab_data_transform.py ...                             [ 79%]
> tests/unit/test_instance_loader.py ...................s...s.s            [ 88%]
> tests/unit/test_reporters.py ....................                        [ 95%]
> tests/unit/test_schema_loader.py ..........                              [ 99%]
> tests/unit/test_utils.py ..                                              [100%]
> 
> ==================================== ERRORS ====================================
> _ ERROR at setup of test_github_require_timeouts_passing[github-workflows-github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_passing[github-workflows-custom.github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_passing[vendor.github-workflows-github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_passing[vendor.github-workflows-custom.github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_failing[github-workflows-github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_failing[github-workflows-custom.github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_failing[vendor.github-workflows-github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_failing[vendor.github-workflows-custom.github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[metaschema/2020_invalid_format_value.json] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[metaschema/almost_empty.yaml] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____ ERROR at setup of test_hook_positive_examples[metaschema/draft3.json] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____ ERROR at setup of test_hook_positive_examples[metaschema/draft7.json] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[azure-pipelines/expression-from-lang-server.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[azure-pipelines/expression-transform.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[azure-pipelines/marshmallow.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[azure-pipelines/object-defined-by-expression-map.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[bitbucket-pipelines/bitbucket-pipelines.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_hook_positive_examples[buildkite/matrix.yml] ______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[drone-ci/digitalocean-pipeline.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[drone-ci/docker-pipeline.yml] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __ ERROR at setup of test_hook_positive_examples[drone-ci/exec-pipeline.yaml] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[drone-ci/kubernetes-pipeline.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[drone-ci/macstadium-pipeline.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___ ERROR at setup of test_hook_positive_examples[drone-ci/ssh-pipeline.yml] ___
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[github-actions/redis-simple.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[github-workflows/has-unicode.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[github-workflows/self-build.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[gitlab-ci/reference-tag.yaml] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____ ERROR at setup of test_hook_positive_examples[readthedocs/simple.yaml] ____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[renovate/starter-config.json] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[renovate/starter-config.json5] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___ ERROR at setup of test_hook_positive_examples[travis/python-build.yaml] ____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_negative_examples[metaschema/2020_invalid_format_value.json] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_negative_examples[metaschema/draft7_title_array.json] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_negative_examples[metaschema/draft7_title_array.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_negative_examples[drone-ci/unkown-type-pipeline.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __ ERROR at setup of test_hook_negative_examples[github-workflows/empty.json] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_negative_examples[readthedocs/pyversion-float.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________ ERROR at setup of test_explicit_positive_examples[2020-meta] _________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______ ERROR at setup of test_explicit_positive_examples[complex-toml] ________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______ ERROR at setup of test_explicit_positive_examples[complex-yaml] ________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_explicit_positive_examples[integer-keys-yaml] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ________ ERROR at setup of test_explicit_positive_examples[simple-toml] ________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_run_with_fill_defaults_does_not_make_valid_doc_invalid _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_run_with_fill_defaults_does_not_make_invalid_doc_valid _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______ ERROR at setup of test_run_with_fill_defaults_adds_required_field _______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________________ ERROR at setup of test_format_check_passing __________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______________ ERROR at setup of test_format_failure_exit_error _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________________ ERROR at setup of test_format_failure_ignore _________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____________ ERROR at setup of test_format_failure_ignore_multidoc _____________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______________ ERROR at setup of test_regex_format_good[disabled] ______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______________ ERROR at setup of test_regex_format_good[default] _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______________ ERROR at setup of test_regex_format_good[python] _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_regex_format_accepts_non_str_inputs[disabled] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_regex_format_accepts_non_str_inputs[default] ______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______ ERROR at setup of test_regex_format_accepts_non_str_inputs[python] ______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______________ ERROR at setup of test_regex_format_bad[disabled] _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______________ ERROR at setup of test_regex_format_bad[default] _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______________ ERROR at setup of test_regex_format_bad[python] ________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __________ ERROR at setup of test_regex_format_js_specific[disabled] ___________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___________ ERROR at setup of test_regex_format_js_specific[default] ___________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___________ ERROR at setup of test_regex_format_js_specific[python] ____________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____________ ERROR at setup of test_regex_format_in_renovate_config ____________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________ ERROR at setup of test_gitlab_reference_handling_on_bad_data _________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______________ ERROR at setup of test_checker_non_json_schemafile ______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______________ ERROR at setup of test_checker_invalid_schemafile _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___________ ERROR at setup of test_checker_invalid_schemafile_scheme ___________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema[True-main_schema0-other_schema_data0-instance0] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema[True-main_schema1-other_schema_data1-instance1] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema[False-main_schema0-other_schema_data0-instance0] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema[False-main_schema1-other_schema_data1-instance1] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema_failure_case[True-main_schema0-other_schema_data0-instance0-None] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema_failure_case[True-main_schema1-other_schema_data1-instance1-{'foo': 'bar'} is not of type 'string'] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema_failure_case[False-main_schema0-other_schema_data0-instance0-None] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema_failure_case[False-main_schema1-other_schema_data1-instance1-{'foo': 'bar'} is not of type 'string'] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___________________ ERROR at setup of test_non_json_instance ___________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_non_json_instance_mixed_with_valid_data[TEXT] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_non_json_instance_mixed_with_valid_data[JSON] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_non_json_instance_mixed_with_valid_and_invalid_data[TEXT] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_non_json_instance_mixed_with_valid_and_invalid_data[JSON] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________________ ERROR at setup of test_yaml_reference[True] __________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________________ ERROR at setup of test_yaml_reference[False] _________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_remote_ref_resolution_simple_case[case1-True] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____ ERROR at setup of test_remote_ref_resolution_simple_case[case1-False] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_remote_ref_resolution_simple_case[case2-True] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____ ERROR at setup of test_remote_ref_resolution_simple_case[case2-False] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __ ERROR at setup of test_ref_resolution_prefers_id_over_retrieval_uri[True] ___
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __ ERROR at setup of test_ref_resolution_prefers_id_over_retrieval_uri[False] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_ref_resolution_does_not_callout_for_absolute_ref_to_retrieval_uri[True] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_ref_resolution_does_not_callout_for_absolute_ref_to_retrieval_uri[False] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______ ERROR at setup of test_ref_resolution_with_custom_base_uri[True] _______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______ ERROR at setup of test_ref_resolution_with_custom_base_uri[False] _______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____________ ERROR at setup of test_schema_and_instance_in_memfds _____________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __________ ERROR at setup of test_schema_and_instance_in_fifos[True] ___________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __________ ERROR at setup of test_schema_and_instance_in_fifos[False] __________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __________ ERROR at setup of test_remote_schema_requiring_retry[True] __________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________ ERROR at setup of test_remote_schema_requiring_retry[False] __________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __________________ ERROR at setup of test_requires_some_args ___________________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______________ ERROR at setup of test_schemafile_and_instancefile ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________ ERROR at setup of test_requires_at_least_one_instancefile ___________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________________ ERROR at setup of test_requires_schemafile __________________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ________________ ERROR at setup of test_no_cache_defaults_false ________________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _________________ ERROR at setup of test_no_cache_flag_is_true _________________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_mutex_schema_opts[cmd_args0] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_mutex_schema_opts[cmd_args1] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_mutex_schema_opts[cmd_args2] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_mutex_schema_opts[cmd_args3] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______________ ERROR at setup of test_no_color_env_var[None-None] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _______________ ERROR at setup of test_no_color_env_var[1-False] _______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _______________ ERROR at setup of test_no_color_env_var[0-False] _______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______________ ERROR at setup of test_color_cli_option[None-None] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______________ ERROR at setup of test_color_cli_option[auto-None] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_color_cli_option[always-True] _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_color_cli_option[never-False] _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _________ ERROR at setup of test_no_color_env_var_overrides_cli_option _________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________ ERROR at setup of test_color_cli_option_is_choice[auto-0] ___________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _________ ERROR at setup of test_color_cli_option_is_choice[always-0] __________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________ ERROR at setup of test_color_cli_option_is_choice[never-0] __________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______ ERROR at setup of test_color_cli_option_is_choice[anything_else-2] ______
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______________ ERROR at setup of test_formats_default_to_enabled _______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________ ERROR at setup of test_disable_selected_formats[addargs0] ___________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________ ERROR at setup of test_disable_selected_formats[addargs1] ___________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_disable_all_formats[addargs0] _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_disable_all_formats[addargs1] _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_disable_all_formats[addargs2] _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ____________ ERROR at setup of test_disable_format_deprecated_flag _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> =========================== short test summary info ============================
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_passing[github-workflows-github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_passing[github-workflows-custom.github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_passing[vendor.github-workflows-github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_passing[vendor.github-workflows-custom.github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_failing[github-workflows-github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_failing[github-workflows-custom.github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_failing[vendor.github-workflows-github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_failing[vendor.github-workflows-custom.github-workflows-require-timeout]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[metaschema/2020_invalid_format_value.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[metaschema/almost_empty.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[metaschema/draft3.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[metaschema/draft7.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[azure-pipelines/expression-from-lang-server.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[azure-pipelines/expression-transform.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[azure-pipelines/marshmallow.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[azure-pipelines/object-defined-by-expression-map.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[bitbucket-pipelines/bitbucket-pipelines.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[buildkite/matrix.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/digitalocean-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/docker-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/exec-pipeline.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/kubernetes-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/macstadium-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/ssh-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[github-actions/redis-simple.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[github-workflows/has-unicode.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[github-workflows/self-build.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[gitlab-ci/reference-tag.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[readthedocs/simple.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[renovate/starter-config.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[renovate/starter-config.json5]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[travis/python-build.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[metaschema/2020_invalid_format_value.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[metaschema/draft7_title_array.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[metaschema/draft7_title_array.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[drone-ci/unkown-type-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[github-workflows/empty.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[readthedocs/pyversion-float.yml]
> ERROR tests/acceptance/test_example_files.py::test_explicit_positive_examples[2020-meta]
> ERROR tests/acceptance/test_example_files.py::test_explicit_positive_examples[complex-toml]
> ERROR tests/acceptance/test_example_files.py::test_explicit_positive_examples[complex-yaml]
> ERROR tests/acceptance/test_example_files.py::test_explicit_positive_examples[integer-keys-yaml]
> ERROR tests/acceptance/test_example_files.py::test_explicit_positive_examples[simple-toml]
> ERROR tests/acceptance/test_fill_defaults.py::test_run_with_fill_defaults_does_not_make_valid_doc_invalid
> ERROR tests/acceptance/test_fill_defaults.py::test_run_with_fill_defaults_does_not_make_invalid_doc_valid
> ERROR tests/acceptance/test_fill_defaults.py::test_run_with_fill_defaults_adds_required_field
> ERROR tests/acceptance/test_format_failure.py::test_format_check_passing - Ty...
> ERROR tests/acceptance/test_format_failure.py::test_format_failure_exit_error
> ERROR tests/acceptance/test_format_failure.py::test_format_failure_ignore - T...
> ERROR tests/acceptance/test_format_failure.py::test_format_failure_ignore_multidoc
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_good[disabled]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_good[default]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_good[python]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_accepts_non_str_inputs[disabled]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_accepts_non_str_inputs[default]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_accepts_non_str_inputs[python]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_bad[disabled]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_bad[default]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_bad[python]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_js_specific[disabled]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_js_specific[default]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_js_specific[python]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_in_renovate_config
> ERROR tests/acceptance/test_gitlab_reference_handling.py::test_gitlab_reference_handling_on_bad_data
> ERROR tests/acceptance/test_invalid_schema_files.py::test_checker_non_json_schemafile
> ERROR tests/acceptance/test_invalid_schema_files.py::test_checker_invalid_schemafile
> ERROR tests/acceptance/test_invalid_schema_files.py::test_checker_invalid_schemafile_scheme
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema[True-main_schema0-other_schema_data0-instance0]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema[True-main_schema1-other_schema_data1-instance1]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema[False-main_schema0-other_schema_data0-instance0]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema[False-main_schema1-other_schema_data1-instance1]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema_failure_case[True-main_schema0-other_schema_data0-instance0-None]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema_failure_case[True-main_schema1-other_schema_data1-instance1-{'foo': 'bar'} is not of type 'string']
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema_failure_case[False-main_schema0-other_schema_data0-instance0-None]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema_failure_case[False-main_schema1-other_schema_data1-instance1-{'foo': 'bar'} is not of type 'string']
> ERROR tests/acceptance/test_malformed_instances.py::test_non_json_instance - ...
> ERROR tests/acceptance/test_malformed_instances.py::test_non_json_instance_mixed_with_valid_data[TEXT]
> ERROR tests/acceptance/test_malformed_instances.py::test_non_json_instance_mixed_with_valid_data[JSON]
> ERROR tests/acceptance/test_malformed_instances.py::test_non_json_instance_mixed_with_valid_and_invalid_data[TEXT]
> ERROR tests/acceptance/test_malformed_instances.py::test_non_json_instance_mixed_with_valid_and_invalid_data[JSON]
> ERROR tests/acceptance/test_nonjson_schema_handling.py::test_yaml_reference[True]
> ERROR tests/acceptance/test_nonjson_schema_handling.py::test_yaml_reference[False]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_remote_ref_resolution_simple_case[case1-True]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_remote_ref_resolution_simple_case[case1-False]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_remote_ref_resolution_simple_case[case2-True]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_remote_ref_resolution_simple_case[case2-False]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_prefers_id_over_retrieval_uri[True]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_prefers_id_over_retrieval_uri[False]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_does_not_callout_for_absolute_ref_to_retrieval_uri[True]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_does_not_callout_for_absolute_ref_to_retrieval_uri[False]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_with_custom_base_uri[True]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_with_custom_base_uri[False]
> ERROR tests/acceptance/test_special_filetypes.py::test_schema_and_instance_in_memfds
> ERROR tests/acceptance/test_special_filetypes.py::test_schema_and_instance_in_fifos[True]
> ERROR tests/acceptance/test_special_filetypes.py::test_schema_and_instance_in_fifos[False]
> ERROR tests/acceptance/test_special_filetypes.py::test_remote_schema_requiring_retry[True]
> ERROR tests/acceptance/test_special_filetypes.py::test_remote_schema_requiring_retry[False]
> ERROR tests/unit/test_cli_parse.py::test_requires_some_args - TypeError: CliR...
> ERROR tests/unit/test_cli_parse.py::test_schemafile_and_instancefile - TypeEr...
> ERROR tests/unit/test_cli_parse.py::test_requires_at_least_one_instancefile
> ERROR tests/unit/test_cli_parse.py::test_requires_schemafile - TypeError: Cli...
> ERROR tests/unit/test_cli_parse.py::test_no_cache_defaults_false - TypeError:...
> ERROR tests/unit/test_cli_parse.py::test_no_cache_flag_is_true - TypeError: C...
> ERROR tests/unit/test_cli_parse.py::test_mutex_schema_opts[cmd_args0] - TypeE...
> ERROR tests/unit/test_cli_parse.py::test_mutex_schema_opts[cmd_args1] - TypeE...
> ERROR tests/unit/test_cli_parse.py::test_mutex_schema_opts[cmd_args2] - TypeE...
> ERROR tests/unit/test_cli_parse.py::test_mutex_schema_opts[cmd_args3] - TypeE...
> ERROR tests/unit/test_cli_parse.py::test_no_color_env_var[None-None] - TypeEr...
> ERROR tests/unit/test_cli_parse.py::test_no_color_env_var[1-False] - TypeErro...
> ERROR tests/unit/test_cli_parse.py::test_no_color_env_var[0-False] - TypeErro...
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option[None-None] - TypeEr...
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option[auto-None] - TypeEr...
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option[always-True] - Type...
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option[never-False] - Type...
> ERROR tests/unit/test_cli_parse.py::test_no_color_env_var_overrides_cli_option
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option_is_choice[auto-0]
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option_is_choice[always-0]
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option_is_choice[never-0]
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option_is_choice[anything_else-2]
> ERROR tests/unit/test_cli_parse.py::test_formats_default_to_enabled - TypeErr...
> ERROR tests/unit/test_cli_parse.py::test_disable_selected_formats[addargs0]
> ERROR tests/unit/test_cli_parse.py::test_disable_selected_formats[addargs1]
> ERROR tests/unit/test_cli_parse.py::test_disable_all_formats[addargs0] - Type...
> ERROR tests/unit/test_cli_parse.py::test_disable_all_formats[addargs1] - Type...
> ERROR tests/unit/test_cli_parse.py::test_disable_all_formats[addargs2] - Type...
> ERROR tests/unit/test_cli_parse.py::test_disable_format_deprecated_flag - Typ...
> =========== 145 passed, 7 skipped, 3 deselected, 126 errors in 0.81s ===========
> E: pybuild pybuild:485: test: plugin distutils failed with: exit code=1: cd /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.14_python-check-jsonschema/build; python3.14 -m pytest -k 'not test_supports_common_option'
> I: pybuild base:385: cd /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build; python3.13 -m pytest -k 'not test_supports_common_option'
> ============================= test session starts ==============================
> platform linux -- Python 3.13.12, pytest-9.0.3, pluggy-1.6.0
> rootdir: /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0
> configfile: tox.ini
> plugins: typeguard-4.4.4
> collected 281 items / 3 deselected / 278 selected
> 
> tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py E [  0%]
> EEEEEEE                                                                  [  2%]
> tests/acceptance/test_example_files.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 14%]
> EE                                                                       [ 15%]
> tests/acceptance/test_fill_defaults.py EEE                               [ 16%]
> tests/acceptance/test_format_failure.py EEEE                             [ 17%]
> tests/acceptance/test_format_regex_opts.py EEEEEEEEEEEEE                 [ 22%]
> tests/acceptance/test_gitlab_reference_handling.py E                     [ 23%]
> tests/acceptance/test_hook_file_matches.py ............................. [ 33%]
> ...................                                                      [ 40%]
> tests/acceptance/test_invalid_schema_files.py EEE                        [ 41%]
> tests/acceptance/test_local_relative_ref.py EEEEEEEE                     [ 44%]
> tests/acceptance/test_malformed_instances.py EEEEE                       [ 46%]
> tests/acceptance/test_nonjson_schema_handling.py EEssss                  [ 48%]
> tests/acceptance/test_remote_ref_resolution.py EEEEEEEEEE                [ 51%]
> tests/acceptance/test_special_filetypes.py EEEEE                         [ 53%]
> tests/unit/test_cachedownloader.py ..................................    [ 65%]
> tests/unit/test_catalog.py ..                                            [ 66%]
> tests/unit/test_cli_parse.py ...EEEEEEEEEEEEEEEEEEEEEEEEEEEEE            [ 78%]
> tests/unit/test_gitlab_data_transform.py ...                             [ 79%]
> tests/unit/test_instance_loader.py ...................s...s.s            [ 88%]
> tests/unit/test_reporters.py ....................                        [ 95%]
> tests/unit/test_schema_loader.py ..........                              [ 99%]
> tests/unit/test_utils.py ..                                              [100%]
> 
> ==================================== ERRORS ====================================
> _ ERROR at setup of test_github_require_timeouts_passing[github-workflows-github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_passing[github-workflows-custom.github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_passing[vendor.github-workflows-github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_passing[vendor.github-workflows-custom.github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_failing[github-workflows-github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_failing[github-workflows-custom.github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_failing[vendor.github-workflows-github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_github_require_timeouts_failing[vendor.github-workflows-custom.github-workflows-require-timeout] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[metaschema/2020_invalid_format_value.json] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[metaschema/almost_empty.yaml] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____ ERROR at setup of test_hook_positive_examples[metaschema/draft3.json] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____ ERROR at setup of test_hook_positive_examples[metaschema/draft7.json] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[azure-pipelines/expression-from-lang-server.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[azure-pipelines/expression-transform.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[azure-pipelines/marshmallow.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[azure-pipelines/object-defined-by-expression-map.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[bitbucket-pipelines/bitbucket-pipelines.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_hook_positive_examples[buildkite/matrix.yml] ______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[drone-ci/digitalocean-pipeline.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[drone-ci/docker-pipeline.yml] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __ ERROR at setup of test_hook_positive_examples[drone-ci/exec-pipeline.yaml] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[drone-ci/kubernetes-pipeline.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[drone-ci/macstadium-pipeline.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___ ERROR at setup of test_hook_positive_examples[drone-ci/ssh-pipeline.yml] ___
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[github-actions/redis-simple.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[github-workflows/has-unicode.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[github-workflows/self-build.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[gitlab-ci/reference-tag.yaml] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____ ERROR at setup of test_hook_positive_examples[readthedocs/simple.yaml] ____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[renovate/starter-config.json] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_positive_examples[renovate/starter-config.json5] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___ ERROR at setup of test_hook_positive_examples[travis/python-build.yaml] ____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_negative_examples[metaschema/2020_invalid_format_value.json] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_negative_examples[metaschema/draft7_title_array.json] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_negative_examples[metaschema/draft7_title_array.yaml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_negative_examples[drone-ci/unkown-type-pipeline.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __ ERROR at setup of test_hook_negative_examples[github-workflows/empty.json] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_hook_negative_examples[readthedocs/pyversion-float.yml] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________ ERROR at setup of test_explicit_positive_examples[2020-meta] _________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______ ERROR at setup of test_explicit_positive_examples[complex-toml] ________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______ ERROR at setup of test_explicit_positive_examples[complex-yaml] ________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_explicit_positive_examples[integer-keys-yaml] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ________ ERROR at setup of test_explicit_positive_examples[simple-toml] ________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_run_with_fill_defaults_does_not_make_valid_doc_invalid _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_run_with_fill_defaults_does_not_make_invalid_doc_valid _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______ ERROR at setup of test_run_with_fill_defaults_adds_required_field _______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________________ ERROR at setup of test_format_check_passing __________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______________ ERROR at setup of test_format_failure_exit_error _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________________ ERROR at setup of test_format_failure_ignore _________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____________ ERROR at setup of test_format_failure_ignore_multidoc _____________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______________ ERROR at setup of test_regex_format_good[disabled] ______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______________ ERROR at setup of test_regex_format_good[default] _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______________ ERROR at setup of test_regex_format_good[python] _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_regex_format_accepts_non_str_inputs[disabled] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_regex_format_accepts_non_str_inputs[default] ______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______ ERROR at setup of test_regex_format_accepts_non_str_inputs[python] ______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______________ ERROR at setup of test_regex_format_bad[disabled] _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______________ ERROR at setup of test_regex_format_bad[default] _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______________ ERROR at setup of test_regex_format_bad[python] ________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __________ ERROR at setup of test_regex_format_js_specific[disabled] ___________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___________ ERROR at setup of test_regex_format_js_specific[default] ___________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___________ ERROR at setup of test_regex_format_js_specific[python] ____________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____________ ERROR at setup of test_regex_format_in_renovate_config ____________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________ ERROR at setup of test_gitlab_reference_handling_on_bad_data _________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______________ ERROR at setup of test_checker_non_json_schemafile ______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______________ ERROR at setup of test_checker_invalid_schemafile _______________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___________ ERROR at setup of test_checker_invalid_schemafile_scheme ___________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema[True-main_schema0-other_schema_data0-instance0] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema[True-main_schema1-other_schema_data1-instance1] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema[False-main_schema0-other_schema_data0-instance0] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema[False-main_schema1-other_schema_data1-instance1] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema_failure_case[True-main_schema0-other_schema_data0-instance0-None] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema_failure_case[True-main_schema1-other_schema_data1-instance1-{'foo': 'bar'} is not of type 'string'] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema_failure_case[False-main_schema0-other_schema_data0-instance0-None] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_local_ref_schema_failure_case[False-main_schema1-other_schema_data1-instance1-{'foo': 'bar'} is not of type 'string'] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ___________________ ERROR at setup of test_non_json_instance ___________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_non_json_instance_mixed_with_valid_data[TEXT] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_non_json_instance_mixed_with_valid_data[JSON] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_non_json_instance_mixed_with_valid_and_invalid_data[TEXT] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_non_json_instance_mixed_with_valid_and_invalid_data[JSON] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________________ ERROR at setup of test_yaml_reference[True] __________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________________ ERROR at setup of test_yaml_reference[False] _________________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_remote_ref_resolution_simple_case[case1-True] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____ ERROR at setup of test_remote_ref_resolution_simple_case[case1-False] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____ ERROR at setup of test_remote_ref_resolution_simple_case[case2-True] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ____ ERROR at setup of test_remote_ref_resolution_simple_case[case2-False] _____
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __ ERROR at setup of test_ref_resolution_prefers_id_over_retrieval_uri[True] ___
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __ ERROR at setup of test_ref_resolution_prefers_id_over_retrieval_uri[False] __
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_ref_resolution_does_not_callout_for_absolute_ref_to_retrieval_uri[True] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _ ERROR at setup of test_ref_resolution_does_not_callout_for_absolute_ref_to_retrieval_uri[False] _
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _______ ERROR at setup of test_ref_resolution_with_custom_base_uri[True] _______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> ______ ERROR at setup of test_ref_resolution_with_custom_base_uri[False] _______
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _____________ ERROR at setup of test_schema_and_instance_in_memfds _____________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __________ ERROR at setup of test_schema_and_instance_in_fifos[True] ___________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __________ ERROR at setup of test_schema_and_instance_in_fifos[False] __________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __________ ERROR at setup of test_remote_schema_requiring_retry[True] __________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> _________ ERROR at setup of test_remote_schema_requiring_retry[False] __________
> 
>     @pytest.fixture
>     def cli_runner():
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/acceptance/conftest.py:21: TypeError
> __________________ ERROR at setup of test_requires_some_args ___________________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______________ ERROR at setup of test_schemafile_and_instancefile ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________ ERROR at setup of test_requires_at_least_one_instancefile ___________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________________ ERROR at setup of test_requires_schemafile __________________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ________________ ERROR at setup of test_no_cache_defaults_false ________________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _________________ ERROR at setup of test_no_cache_flag_is_true _________________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_mutex_schema_opts[cmd_args0] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_mutex_schema_opts[cmd_args1] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_mutex_schema_opts[cmd_args2] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_mutex_schema_opts[cmd_args3] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______________ ERROR at setup of test_no_color_env_var[None-None] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _______________ ERROR at setup of test_no_color_env_var[1-False] _______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _______________ ERROR at setup of test_no_color_env_var[0-False] _______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______________ ERROR at setup of test_color_cli_option[None-None] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______________ ERROR at setup of test_color_cli_option[auto-None] ______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_color_cli_option[always-True] _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_color_cli_option[never-False] _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _________ ERROR at setup of test_no_color_env_var_overrides_cli_option _________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________ ERROR at setup of test_color_cli_option_is_choice[auto-0] ___________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _________ ERROR at setup of test_color_cli_option_is_choice[always-0] __________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________ ERROR at setup of test_color_cli_option_is_choice[never-0] __________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______ ERROR at setup of test_color_cli_option_is_choice[anything_else-2] ______
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ______________ ERROR at setup of test_formats_default_to_enabled _______________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________ ERROR at setup of test_disable_selected_formats[addargs0] ___________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> __________ ERROR at setup of test_disable_selected_formats[addargs1] ___________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_disable_all_formats[addargs0] _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_disable_all_formats[addargs1] _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> _____________ ERROR at setup of test_disable_all_formats[addargs2] _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> ____________ ERROR at setup of test_disable_format_deprecated_flag _____________
> 
>     @pytest.fixture
>     def runner() -> CliRunner:
> >       return CliRunner(mix_stderr=False)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
> 
> tests/unit/test_cli_parse.py:43: TypeError
> =========================== short test summary info ============================
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_passing[github-workflows-github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_passing[github-workflows-custom.github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_passing[vendor.github-workflows-github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_passing[vendor.github-workflows-custom.github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_failing[github-workflows-github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_failing[github-workflows-custom.github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_failing[vendor.github-workflows-github-workflows-require-timeout]
> ERROR tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py::test_github_require_timeouts_failing[vendor.github-workflows-custom.github-workflows-require-timeout]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[metaschema/2020_invalid_format_value.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[metaschema/almost_empty.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[metaschema/draft3.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[metaschema/draft7.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[azure-pipelines/expression-from-lang-server.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[azure-pipelines/expression-transform.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[azure-pipelines/marshmallow.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[azure-pipelines/object-defined-by-expression-map.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[bitbucket-pipelines/bitbucket-pipelines.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[buildkite/matrix.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/digitalocean-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/docker-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/exec-pipeline.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/kubernetes-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/macstadium-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[drone-ci/ssh-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[github-actions/redis-simple.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[github-workflows/has-unicode.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[github-workflows/self-build.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[gitlab-ci/reference-tag.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[readthedocs/simple.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[renovate/starter-config.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[renovate/starter-config.json5]
> ERROR tests/acceptance/test_example_files.py::test_hook_positive_examples[travis/python-build.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[metaschema/2020_invalid_format_value.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[metaschema/draft7_title_array.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[metaschema/draft7_title_array.yaml]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[drone-ci/unkown-type-pipeline.yml]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[github-workflows/empty.json]
> ERROR tests/acceptance/test_example_files.py::test_hook_negative_examples[readthedocs/pyversion-float.yml]
> ERROR tests/acceptance/test_example_files.py::test_explicit_positive_examples[2020-meta]
> ERROR tests/acceptance/test_example_files.py::test_explicit_positive_examples[complex-toml]
> ERROR tests/acceptance/test_example_files.py::test_explicit_positive_examples[complex-yaml]
> ERROR tests/acceptance/test_example_files.py::test_explicit_positive_examples[integer-keys-yaml]
> ERROR tests/acceptance/test_example_files.py::test_explicit_positive_examples[simple-toml]
> ERROR tests/acceptance/test_fill_defaults.py::test_run_with_fill_defaults_does_not_make_valid_doc_invalid
> ERROR tests/acceptance/test_fill_defaults.py::test_run_with_fill_defaults_does_not_make_invalid_doc_valid
> ERROR tests/acceptance/test_fill_defaults.py::test_run_with_fill_defaults_adds_required_field
> ERROR tests/acceptance/test_format_failure.py::test_format_check_passing - Ty...
> ERROR tests/acceptance/test_format_failure.py::test_format_failure_exit_error
> ERROR tests/acceptance/test_format_failure.py::test_format_failure_ignore - T...
> ERROR tests/acceptance/test_format_failure.py::test_format_failure_ignore_multidoc
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_good[disabled]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_good[default]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_good[python]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_accepts_non_str_inputs[disabled]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_accepts_non_str_inputs[default]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_accepts_non_str_inputs[python]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_bad[disabled]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_bad[default]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_bad[python]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_js_specific[disabled]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_js_specific[default]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_js_specific[python]
> ERROR tests/acceptance/test_format_regex_opts.py::test_regex_format_in_renovate_config
> ERROR tests/acceptance/test_gitlab_reference_handling.py::test_gitlab_reference_handling_on_bad_data
> ERROR tests/acceptance/test_invalid_schema_files.py::test_checker_non_json_schemafile
> ERROR tests/acceptance/test_invalid_schema_files.py::test_checker_invalid_schemafile
> ERROR tests/acceptance/test_invalid_schema_files.py::test_checker_invalid_schemafile_scheme
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema[True-main_schema0-other_schema_data0-instance0]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema[True-main_schema1-other_schema_data1-instance1]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema[False-main_schema0-other_schema_data0-instance0]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema[False-main_schema1-other_schema_data1-instance1]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema_failure_case[True-main_schema0-other_schema_data0-instance0-None]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema_failure_case[True-main_schema1-other_schema_data1-instance1-{'foo': 'bar'} is not of type 'string']
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema_failure_case[False-main_schema0-other_schema_data0-instance0-None]
> ERROR tests/acceptance/test_local_relative_ref.py::test_local_ref_schema_failure_case[False-main_schema1-other_schema_data1-instance1-{'foo': 'bar'} is not of type 'string']
> ERROR tests/acceptance/test_malformed_instances.py::test_non_json_instance - ...
> ERROR tests/acceptance/test_malformed_instances.py::test_non_json_instance_mixed_with_valid_data[TEXT]
> ERROR tests/acceptance/test_malformed_instances.py::test_non_json_instance_mixed_with_valid_data[JSON]
> ERROR tests/acceptance/test_malformed_instances.py::test_non_json_instance_mixed_with_valid_and_invalid_data[TEXT]
> ERROR tests/acceptance/test_malformed_instances.py::test_non_json_instance_mixed_with_valid_and_invalid_data[JSON]
> ERROR tests/acceptance/test_nonjson_schema_handling.py::test_yaml_reference[True]
> ERROR tests/acceptance/test_nonjson_schema_handling.py::test_yaml_reference[False]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_remote_ref_resolution_simple_case[case1-True]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_remote_ref_resolution_simple_case[case1-False]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_remote_ref_resolution_simple_case[case2-True]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_remote_ref_resolution_simple_case[case2-False]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_prefers_id_over_retrieval_uri[True]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_prefers_id_over_retrieval_uri[False]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_does_not_callout_for_absolute_ref_to_retrieval_uri[True]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_does_not_callout_for_absolute_ref_to_retrieval_uri[False]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_with_custom_base_uri[True]
> ERROR tests/acceptance/test_remote_ref_resolution.py::test_ref_resolution_with_custom_base_uri[False]
> ERROR tests/acceptance/test_special_filetypes.py::test_schema_and_instance_in_memfds
> ERROR tests/acceptance/test_special_filetypes.py::test_schema_and_instance_in_fifos[True]
> ERROR tests/acceptance/test_special_filetypes.py::test_schema_and_instance_in_fifos[False]
> ERROR tests/acceptance/test_special_filetypes.py::test_remote_schema_requiring_retry[True]
> ERROR tests/acceptance/test_special_filetypes.py::test_remote_schema_requiring_retry[False]
> ERROR tests/unit/test_cli_parse.py::test_requires_some_args - TypeError: CliR...
> ERROR tests/unit/test_cli_parse.py::test_schemafile_and_instancefile - TypeEr...
> ERROR tests/unit/test_cli_parse.py::test_requires_at_least_one_instancefile
> ERROR tests/unit/test_cli_parse.py::test_requires_schemafile - TypeError: Cli...
> ERROR tests/unit/test_cli_parse.py::test_no_cache_defaults_false - TypeError:...
> ERROR tests/unit/test_cli_parse.py::test_no_cache_flag_is_true - TypeError: C...
> ERROR tests/unit/test_cli_parse.py::test_mutex_schema_opts[cmd_args0] - TypeE...
> ERROR tests/unit/test_cli_parse.py::test_mutex_schema_opts[cmd_args1] - TypeE...
> ERROR tests/unit/test_cli_parse.py::test_mutex_schema_opts[cmd_args2] - TypeE...
> ERROR tests/unit/test_cli_parse.py::test_mutex_schema_opts[cmd_args3] - TypeE...
> ERROR tests/unit/test_cli_parse.py::test_no_color_env_var[None-None] - TypeEr...
> ERROR tests/unit/test_cli_parse.py::test_no_color_env_var[1-False] - TypeErro...
> ERROR tests/unit/test_cli_parse.py::test_no_color_env_var[0-False] - TypeErro...
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option[None-None] - TypeEr...
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option[auto-None] - TypeEr...
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option[always-True] - Type...
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option[never-False] - Type...
> ERROR tests/unit/test_cli_parse.py::test_no_color_env_var_overrides_cli_option
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option_is_choice[auto-0]
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option_is_choice[always-0]
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option_is_choice[never-0]
> ERROR tests/unit/test_cli_parse.py::test_color_cli_option_is_choice[anything_else-2]
> ERROR tests/unit/test_cli_parse.py::test_formats_default_to_enabled - TypeErr...
> ERROR tests/unit/test_cli_parse.py::test_disable_selected_formats[addargs0]
> ERROR tests/unit/test_cli_parse.py::test_disable_selected_formats[addargs1]
> ERROR tests/unit/test_cli_parse.py::test_disable_all_formats[addargs0] - Type...
> ERROR tests/unit/test_cli_parse.py::test_disable_all_formats[addargs1] - Type...
> ERROR tests/unit/test_cli_parse.py::test_disable_all_formats[addargs2] - Type...
> ERROR tests/unit/test_cli_parse.py::test_disable_format_deprecated_flag - Typ...
> =========== 145 passed, 7 skipped, 3 deselected, 126 errors in 0.81s ===========
> E: pybuild pybuild:485: test: plugin distutils failed with: exit code=1: cd /build/reproducible-path/python-check-jsonschema-0.34.1+really0.25.0/.pybuild/cpython3_3.13_python-check-jsonschema/build; python3.13 -m pytest -k 'not test_supports_common_option'
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" --parallel=8 returned exit code 13


The full build log is available at
https://people.debian.org/~cipriano/custom-mass-rebuild/python3-click-8.3.3/python-check-jsonschema_0.34.1+really0.25.0-2.log
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEERXPp0q0n24lrvy+e8V3OUxYFHycFAmn//i0ACgkQ8V3OUxYF
Hyc2sA/+PYpICbu5rHrycdEr9sMNAlwoDGm6+vmg9+VYK4KtBTkT3oRqylzl7z9p
dHiQo02ZI2bZaGZuo9T6r7pUX7A9bfOaeMGRhA3bGZJr3nsoFBO25MWJAVa4z0FU
gMcGV4OizhLa877ZNIIH4pQfVle3Yxr8a7NGDYk39gPPCYkcH/6j1seOcs0hPQLs
4BKkXc1ZnAjLVHVCc5YvTnAZLvsnuKfuw9UAL+knNgHA5JrKGusT8rhoWcCnhTot
UwuYEIDGVSJMzxOMHOpGkMdHATx4UBjap35eK+1G16qCL3Wds8NNmgdBiNPTK0Pk
OkVOFSN3i+cRynY1DkKwuxdM5OG5huX/v7vyp4dwwk4/ciQEle19wEYjFJjDfB6w
tau8tKtUfXAT9fd6QIE2v7XXFZ75xinLZO2BCaY+aN6rAv+wz37LqovHWII7h+FB
tgCJl24htxRQcbPX+rfJso1eoK5forYa03Vpg7NjGs0JM4SnlujEaED4wiw4HCqd
Do9G5rG669D+u8HoKHCgNz8d5//oaw3XyP4BM6kTOMRjXYBg+FVa2tGVs7tJTF+m
D+7mVlLm2UReAHiFoqr1AWSKqouP7NxsJwCVvvWc36vh5tR+3uho7HVslOWgVEIw
9KGOx9s5fD+eco6WZfE0DHLl318I+BEPH/N/upD72nqmUeGpgG0=
=iMer
-----END PGP SIGNATURE-----