[Notes] [Git][BuildStream/buildstream][bschubert/dont-cache-errors-from-host-tools] fixup! Don't cache sandbox errors



Title: GitLab

Benjamin Schubert pushed to branch bschubert/dont-cache-errors-from-host-tools at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • conftest.py
    ... ... @@ -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()



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]