Wytamma / snk

Snakemake workflow management system and CLI generation tool

Home Page:https://snk.wytamma.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI failing due to missing tmp file...

Wytamma opened this issue · comments

FAILED tests/test_pipline_cli.py::test_dag[pdf] - AssertionError: assert False
 +  where False = <bound method Path.exists of PosixPath('/tmp/pytest-of-runner/pytest-0/test_dag_pdf_0/dag.pdf')>()
 +    where <bound method Path.exists of PosixPath('/tmp/pytest-of-runner/pytest-0/test_dag_pdf_0/dag.pdf')> = PosixPath('/tmp/pytest-of-runner/pytest-0/test_dag_pdf_0/dag.pdf').exists
 +      where PosixPath('/tmp/pytest-of-runner/pytest-0/test_dag_pdf_0/dag.pdf') = Path('/tmp/pytest-of-runner/pytest-0/test_dag_pdf_0/dag.pdf')

It’s because dot isn’t installed… is there a better way to handle?