[Notes] [Git][BuildStream/buildstream][537-mirror-fallback-does-not-work-for-git] Exclude ostree from tests on fetching with missing upstream



Title: GitLab

Jonathan Maw pushed to branch 537-mirror-fallback-does-not-work-for-git at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • tests/frontend/mirror.py
    ... ... @@ -140,7 +140,7 @@ def test_mirror_fetch(cli, tmpdir, datafiles, kind):
    140 140
     
    
    141 141
     
    
    142 142
     @pytest.mark.datafiles(DATA_DIR)
    
    143
    -@pytest.mark.parametrize("kind", [(kind) for kind in ALL_REPO_KINDS])
    
    143
    +@pytest.mark.parametrize("kind", [(kind) for kind in ALL_REPO_KINDS if kind is not "ostree"])
    
    144 144
     def test_mirror_fetch_upstream_absent(cli, tmpdir, datafiles, kind):
    
    145 145
         bin_files_path = os.path.join(str(datafiles), 'files', 'bin-files', 'usr')
    
    146 146
         dev_files_path = os.path.join(str(datafiles), 'files', 'dev-files', 'usr')
    



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