Skip to content

Commit

Permalink
Prevent the mock plugin from being prematurely loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd committed Jun 20, 2020
1 parent 4958c0e commit 4878e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
run: |
. devtools/gh-actions/initialize_conda.sh
conda activate test
PYTEST_ARGS="-v --ignore=utilities --ignore=examples/deprecated --nbval-lax"
PYTEST_ARGS="-v --ignore=utilities --ignore=examples/deprecated"
PYTEST_ARGS+=" --ignore=openforcefield/tests/plugins.py --nbval-lax"
PYTEST_ARGS+=" --cov=openforcefield --cov-report=xml --cov-config=setup.cfg"
if [[ "$RDKIT" == true && "$OPENEYE" == true ]]; then
PYTEST_ARGS+=" --ignore=docs --ignore=devtools --doctest-modules"
Expand Down

0 comments on commit 4878e00

Please sign in to comment.