Skip to content

Commit

Permalink
Do not run slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Feb 6, 2024
1 parent 860ab53 commit 7741f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
python -c "import openeye; print(openeye.oechem.OEChemIsLicensed())"
fi
PYTEST_ARGS+=" -x --runslow --trace-config"
PYTEST_ARGS+=" -x --trace-config"
PYTEST_ARGS+=" --ignore-glob='*_links.py'"
PYTEST_ARGS+=" --ignore-glob='*_examples.py'"
PYTEST_ARGS+=" --ignore-glob='*_nagl.py'"
Expand Down

0 comments on commit 7741f0b

Please sign in to comment.