pytest-girder no longer supports web client tests in Girder 5.
We should mark code in pytest_girder.web_client as deprecated to indicate its status.
Currently, existing web tests raise an exception on this line, as boundServer does not have the attribute root. Ideally, we should communicate the deprecation before this failure. Here is a CircleCI log for the girder_assetstore plugin with this failure.