[Notes] [Git][BuildStream/buildstream][jonathan/wsl-tests] Fix bad import on the patch tests



Title: GitLab

Jonathan Maw pushed to branch jonathan/wsl-tests at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • tests/sources/patch.py
    ... ... @@ -3,7 +3,7 @@ import pytest
    3 3
     
    
    4 4
     from buildstream._exceptions import ErrorDomain, LoadErrorReason
    
    5 5
     from tests.testutils import cli, filetypegenerator
    
    6
    -from collections import contextmanager
    
    6
    +from contextlib import contextmanager
    
    7 7
     
    
    8 8
     DATA_DIR = os.path.join(
    
    9 9
         os.path.dirname(os.path.realpath(__file__)),
    



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