Benjamin Schubert pushed to branch bschubert/dont-cache-errors-from-host-tools at BuildStream / buildstream
Commits:
-
336425bc
by Benjamin Schubert at 2018-11-09T11:49:59Z
1 changed file:
Changes:
... | ... | @@ -56,6 +56,10 @@ def integration_cache(request): |
56 | 56 |
pass
|
57 | 57 |
|
58 | 58 |
|
59 |
-@pytest.fixture(autouse=True)
|
|
60 | 59 |
def clean_platform_cache():
|
61 | 60 |
Platform._instance = None
|
61 |
+ |
|
62 |
+ |
|
63 |
+@pytest.fixture(autouse=True)
|
|
64 |
+def ensure_platform_cache_is_clean():
|
|
65 |
+ clean_platform_cache()
|