Run py.test in clean cache directory

And finally remove XDG_CACHE_HOME=... in tox.ini.
This commit is contained in:
Takafumi Arakaki
2013-03-12 08:50:32 +01:00
parent 5c3252908f
commit cee167e3d2
4 changed files with 33 additions and 2 deletions

View File

@@ -1,2 +1,7 @@
[pytest]
addopts = --assert=plain
# Activate `clean_jedi_cache` fixture for all tests. This should be
# fine as long as we are using `clean_jedi_cache` as a session scoped
# fixture.
usefixtures = clean_jedi_cache