]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
pytest.ini: Disable cacheprovider
authorZack Cerza <zack@redhat.com>
Mon, 2 Apr 2018 21:35:47 +0000 (15:35 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 2 Apr 2018 21:41:50 +0000 (15:41 -0600)
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 <zack@redhat.com>
pytest.ini

index 70a4871b18ebcf4d8557ee83edea17e2f9208833..60d435c8b7dddd6c0953977bfb8cc01a4e1de90e 100644 (file)
@@ -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