From: Zack Cerza Date: Mon, 2 Apr 2018 21:35:47 +0000 (-0600) Subject: pytest.ini: Disable cacheprovider X-Git-Tag: 1.1.0~353^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=86026a4d57cf3b560df293256deb1144cb7d4c59;p=teuthology.git pytest.ini: Disable cacheprovider A change in 3.5.0 seems to be buggy; disable the cache rather than pinning versions. I believe the offending commit is: https://github.com/pytest-dev/pytest/commit/dff0500114971b30a7bb9043acb0d0fb6a9e01c4 Signed-off-by: Zack Cerza --- diff --git a/pytest.ini b/pytest.ini index 70a4871b1..60d435c8b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,3 +2,4 @@ norecursedirs = .git build virtualenv teuthology.egg-info .tox */integration task/tests log_cli=true log_level=NOTSET +addopts = -p no:cacheprovider