When running pytest 4.4.1, it triggers several deprecation warnings from this line in the test suite:
/builddir/build/BUILD/distributed-1.27.1/distributed/utils_test.py:786: PytestDeprecationWarning: the `pytest.config` global is deprecated. Please use `request.config` or `pytest_configure` (if you're a pytest plugin) instead.
if not pytest.config.getoption("--runslow"):
When running pytest 4.4.1, it triggers several deprecation warnings from this line in the test suite: