The following warning occurs when pytest is executed, so I would like to fix the cause.
tests/app/dex_market_MembershipOrderBook_test.py::TestDEXMarketMembershipOrderBook::test_normal_1_1_1
/home/apl/.pyenv/versions/3.10.4/lib/python3.10/site-packages/_pytest/fixtures.py:901: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
tests/app/dex_market_MembershipOrderBook_test.py::TestDEXMarketMembershipOrderBook::test_normal_1_1_1 is using nose-specific method: `setup(self)`
To remove this warning, rename it to `setup_method(self)`
See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
fixture_result = next(generator)
The following warning occurs when pytest is executed, so I would like to fix the cause.