> available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, reset_registry, session, session_factory, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> use 'pytest --fixtures [testpath]' for help on them.
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_graphene-sqlalchemy/build/graphene_sqlalchemy/tests/test_benchmark.py:133
_____________________ ERROR at setup of test_many_to_many ______________________
file /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_graphene-sqlalchemy/build/graphene_sqlalchemy/tests/test_benchmark.py, line 180
def test_many_to_many(session_factory, 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, reset_registry, session, session_factory, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> use 'pytest --fixtures [testpath]' for help on them.
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_graphene-sqlalchemy/build/graphene_sqlalchemy/tests/test_benchmark.py:180
=================================== FAILURES ===================================
_____________________ test_should_enum_choice_convert_enum _____________________