diff --git a/.github/workflows/full-stack.yaml b/.github/workflows/full-stack.yaml index ba5813a..08759c3 100644 --- a/.github/workflows/full-stack.yaml +++ b/.github/workflows/full-stack.yaml @@ -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: @@ -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 \ diff --git a/devtools/conda-envs/full-stack.yaml b/devtools/conda-envs/full-stack.yaml index 479c1b4..f6c977d 100644 --- a/devtools/conda-envs/full-stack.yaml +++ b/devtools/conda-envs/full-stack.yaml @@ -20,7 +20,6 @@ dependencies: - msgpack-python - openeye-toolkits =2023.2 - intermol - - smirnoff-plugins # Recharge - qcelemental