Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to address #292 #323

Merged
merged 4 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alchemiscale/tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def generate_uri(self, service_name=None):

# TODO: test with full certificates
neo4j_deployment_profiles = [
DeploymentProfile(release=(5, 16), topology="CE", schemes=["bolt"]),
DeploymentProfile(release=(5, 25), topology="CE", schemes=["bolt"]),
]

if NEO4J_VERSION == "LATEST":
Expand Down
6 changes: 3 additions & 3 deletions devtools/conda-envs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- gufe>=1.0.0
- openfe>=1.1.0
- pydantic<2.0
- async-lru

## state store
- neo4j-python-driver
Expand All @@ -30,7 +31,6 @@ dependencies:
- python-jose
- passlib
- bcrypt
- python-multipart=0.0.12 # temporarily pinned due to broken 0.14 release on conda-forge
- starlette
- httpx
- cryptography
Expand All @@ -51,8 +51,8 @@ dependencies:
# additional pins
- openmm=8.1.2
- openmmforcefields>=0.14.1
- openff-units=0.2.2

- pip:
- async_lru
- git+https://github.com/datryllic/grolt@neo4j-5.x # neo4j test server deployment
- git+https://github.com/datryllic/grolt # neo4j test server deployment
- git+https://github.com/OpenFreeEnergy/openfe-benchmarks
Loading