Skip to content

Commit

Permalink
Updates for RDKit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Oct 3, 2024
1 parent f9f33d6 commit 75da94a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ dependencies:
- openff-nagl-models ==0.3.0
# Toolkit-specific
- ambertools >=22
# https://github.com/rdkit/rdkit/issues/7221 and https://github.com/rdkit/rdkit/issues/7583
- rdkit !=2024.03.6,!=2024.03.5
# https://github.com/rdkit/rdkit/issues/7221
# https://github.com/rdkit/rdkit/issues/7583
# and a bad stub (causing mypy failure only)
- rdkit !=2024.03.6,!=2024.03.5,!=2024.03.4

- openeye-toolkits
# Test-only/optional/dev/typing
- pytest
Expand Down
4 changes: 2 additions & 2 deletions openff/toolkit/_tests/test_toolkits.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ def get_mini_drug_bank(toolkit_class, xfail_mols=None):
"DrugBank_1962",
"DrugBank_5043",
"DrugBank_2519",
"DrugBank_7124",
"DrugBank_6865",
# "DrugBank_7124", # same as below
# "DrugBank_6865", # only after RDKit 2024.3 (possibly only 2024.3.3?)
]

openeye_iupac_bad_stereo = [
Expand Down

0 comments on commit 75da94a

Please sign in to comment.