Skip to content

Commit

Permalink
Merge pull request #91 from openforcefield/fix-again
Browse files Browse the repository at this point in the history
Drop plugins from full-stack tests
  • Loading branch information
mattwthompson authored Oct 17, 2024
2 parents 07195fb + 2bb16e9 commit e48ab47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
repository: openforcefield/openff-fragmenter
path: openff-fragmenter

- name: Checkout SMIRNOFF plugins
uses: actions/checkout@v4
with:
repository: openforcefield/smirnoff-plugins
path: smirnoff-plugins
- name: Checkout OpenFF Units
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -95,15 +90,12 @@ jobs:
openff-interchange/plugins/ \
openff-qcsubmit/ \
openff-units/ \
openff-models/ \
smirnoff-plugins/
openff-models/
- name: Run 'everything all at once' tests
run: |
python -m pytest $PYTEST_ARGS \
smirnoff-plugins/smirnoff_plugins/_tests/ \
openff-interchange/openff/interchange/_tests/ \
--ignore=smirnoff-plugins/smirnoff_plugins/_tests/handlers/test_nonbonded.py \
--ignore=openff-interchange/openff/interchange/_tests/unit_tests/components/test_packmol.py \
--ignore=openff-interchange/openff/interchange/_tests/test_parameter_plugins.py::test_force_field_custom_handler \
--ignore=openff-interchange/openff/interchange/_tests/test_forcefield.py::TestForceFieldPluginLoading \
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- msgpack-python
- openeye-toolkits =2023.2
- intermol
- smirnoff-plugins

# Recharge
- qcelemental
Expand Down

0 comments on commit e48ab47

Please sign in to comment.