running pytest running egg_info writing Cerberus.egg-info/PKG-INFO writing dependency_links to Cerberus.egg-info/dependency_links.txt writing requirements to Cerberus.egg-info/requires.txt writing top-level names to Cerberus.egg-info/top_level.txt reading manifest file 'Cerberus.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGES' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'Cerberus.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-cerberus/src/cerberus-1.3.4, configfile: pytest.ini collected 244 items cerberus/benchmarks/test_overall_performance_1.py E [ 0%] cerberus/benchmarks/test_overall_performance_2.py E ==================================== ERRORS ==================================== _________________ ERROR at setup of test_overall_performance_1 _________________ file /build/python-cerberus/src/cerberus-1.3.4/cerberus/benchmarks/test_overall_performance_1.py, line 142 @mark.benchmark(group="overall-1") def test_overall_performance_1(benchmark): E fixture 'benchmark' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory > use 'pytest --fixtures [testpath]' for help on them. /build/python-cerberus/src/cerberus-1.3.4/cerberus/benchmarks/test_overall_performance_1.py:142 _________________ ERROR at setup of test_overall_performance_2 _________________ file /build/python-cerberus/src/cerberus-1.3.4/cerberus/benchmarks/test_overall_performance_2.py, line 52 @mark.benchmark(group="overall-2") def test_overall_performance_2(benchmark): E fixture 'benchmark' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory > use 'pytest --fixtures [testpath]' for help on them. /build/python-cerberus/src/cerberus-1.3.4/cerberus/benchmarks/test_overall_performance_2.py:52 =============================== warnings summary =============================== cerberus/errors.py:156 /build/python-cerberus/src/cerberus-1.3.4/cerberus/errors.py:156: DeprecationWarning: invalid escape sequence '\*' """ cerberus/errors.py:184 /build/python-cerberus/src/cerberus-1.3.4/cerberus/errors.py:184: DeprecationWarning: invalid escape sequence '\*' """ cerberus/benchmarks/test_overall_performance_1.py:142 /build/python-cerberus/src/cerberus-1.3.4/cerberus/benchmarks/test_overall_performance_1.py:142: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @mark.benchmark(group="overall-1") cerberus/benchmarks/test_overall_performance_2.py:52 /build/python-cerberus/src/cerberus-1.3.4/cerberus/benchmarks/test_overall_performance_2.py:52: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @mark.benchmark(group="overall-2") -- Docs: https://docs.pytest.org/en/stable/warnings.html !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 2 failures !!!!!!!!!!!!!!!!!!!!!!!!!!! ======================== 4 warnings, 2 errors in 0.84s ========================= ==> ERROR: A failure occurred in check().  Aborting...