File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/aiida/engine/processes Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,6 @@ name = 'aiida-core'
57
57
readme = ' README.md'
58
58
requires-python = ' >=3.9'
59
59
60
- # FIXME: remove before merge
61
- [tool .uv .sources ]
62
- plumpy = {git = " https://github.com/unkcpz/plumpy" , rev = " 560098c2b55a312b60884a0b8dfac97f6e8139d8" }
63
-
64
60
[project .entry-points .'aiida .brokers' ]
65
61
'core.rabbitmq' = ' aiida.brokers.rabbitmq.broker:RabbitmqBroker'
66
62
@@ -513,3 +509,7 @@ passenv =
513
509
AIIDA_TEST_WORKERS
514
510
commands = molecule {posargs:test}
515
511
"""
512
+
513
+ # FIXME: remove before merge
514
+ [tool .uv .sources ]
515
+ plumpy = {git = " https://github.com/unkcpz/plumpy" , rev = " 560098c2b55a312b60884a0b8dfac97f6e8139d8" }
Original file line number Diff line number Diff line change 5
5
import collections
6
6
import concurrent
7
7
import functools
8
- from pydoc import text
9
8
import typing as t
10
9
11
10
import kiwipy
You can’t perform that action at this time.
0 commit comments