Skip to content

Commit

Permalink
plumpy-test
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Dec 16, 2024
1 parent 140f4d3 commit 8751167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
'importlib-metadata~=6.0',
'numpy~=1.21',
'paramiko~=3.0',
'plumpy~=0.22.3',
'plumpy',
'pgsu~=0.3.0',
'psutil~=5.6',
'psycopg[binary]~=3.0',
Expand Down Expand Up @@ -509,3 +509,7 @@ passenv =
AIIDA_TEST_WORKERS
commands = molecule {posargs:test}
"""

# FIXME: remove before merge
[tool.uv.sources]
plumpy = {git = "https://github.com/unkcpz/plumpy", rev = "560098c2b55a312b60884a0b8dfac97f6e8139d8"}
1 change: 0 additions & 1 deletion src/aiida/engine/processes/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import collections
import concurrent
import functools
from pydoc import text
import typing as t

import kiwipy
Expand Down

0 comments on commit 8751167

Please sign in to comment.