[Test] Removed gs symlink from the artifacts

- Is generating problems on GitHub
This commit is contained in:
Salvador E. Tropea 2022-07-08 12:55:54 -03:00
parent c464ccfb95
commit 35996e4cf5
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ def test_dep_gs(test_dir, caplog, monkeypatch):
log.debug_level = 10
dep = ' - from: Ghostscript\n role: mandatory\n'
try_dependency(ctx, caplog, monkeypatch, downloader.__doc__+dep, 'ghostscript', 'gs', bin_dir)
os.remove(os.path.join(ctx.output_dir, bin_dir, 'gs'))
def test_dep_convert(test_dir, caplog, monkeypatch):