Skip to content

Commit

Permalink
Merge pull request #1302: Remove Snakemake tests (and dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Sep 20, 2023
2 parents 82ed696 + 4f0c374 commit b4ca57f
Show file tree
Hide file tree
Showing 98 changed files with 14 additions and 182,434 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
- run: cram tests/
env:
AUGUR: coverage run -a ${{ github.workspace }}/bin/augur
- run: bash tests/builds/runner.sh
- uses: actions/upload-artifact@v3
with:
name: coverage
Expand Down Expand Up @@ -97,6 +96,7 @@ jobs:
pathogen: seasonal-flu,
build-args: --configfile profiles/ci/builds.yaml -p,
}
- { pathogen: tb }
- { pathogen: zika }
name: pathogen-repo-ci (${{ matrix.pathogen }})
defaults:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ scratch/
s3/
build/
dist/
.snakemake
*stderr
/docs/_build/

Expand Down
1 change: 0 additions & 1 deletion devel/test
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ python3 -m pip install .[dev]
# Run unit and functional tests.
echo Running tests
./run_tests.sh || true
bash tests/builds/runner.sh || true

# Clean up the temporary environment.
echo Cleaning up
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"pytest-cov >=2.8.1",
"pytest-mock >= 2.0.0",
"recommonmark >=0.5.0",
"snakemake >=5.4.0",
"Sphinx >=2.0.1",
"sphinx-autobuild >=2021.3.14",
"sphinx-argparse >=0.2.5",
Expand Down
174 changes: 0 additions & 174 deletions tests/builds/add_to_alignment/Snakefile

This file was deleted.

10 changes: 0 additions & 10 deletions tests/builds/add_to_alignment/data/aligned.fasta

This file was deleted.

13 changes: 0 additions & 13 deletions tests/builds/add_to_alignment/data/metadata.tsv

This file was deleted.

0 comments on commit b4ca57f

Please sign in to comment.