Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Snakemake tests (and dependency) #1302

Merged
merged 3 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading
Loading