1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# minimal Depends smoke test
Test-Command: cp tests/test_bash/Snakefile $AUTOPKGTEST_TMP && cd $AUTOPKGTEST_TMP && snakemake --cores 1 && grep -e bash test.out
Depends: snakemake
Restrictions: allow-stderr
# upstream's tests
Tests: run-unit-test
Depends: snakemake,
environment-modules,
glpk-utils,
graphviz,
r-base-core,
python3-connection-pool,
python3-ftputil,
python3-jinja2 (>= 3.0~),
python3-pandas,
python3-pytest,
python3-requests-mock,
python3-retry,
python3-pytest-mock,
python3-pygments,
stress
Restrictions: allow-stderr, needs-internet
Architecture: !s390x
|