Skip to content

Commit 48ade2d

Browse files
author
James Souter
committed
fork initial value test to prevent builder errors
1 parent 89e627a commit 48ade2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dev = [
5050
"pytest-cov",
5151
"pytest-mock",
5252
"pytest-asyncio",
53+
"pytest-forked",
5354
"pytest-markdown-docs",
5455
"ruff",
5556
"sphinx-autobuild",

tests/transport/epics/ca/test_initial_value.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class InitialValuesController(Controller):
4646
waveform_w = AttrW(Waveform(np.int64, shape=(10,)))
4747

4848

49+
@pytest.mark.forked
4950
@pytest.mark.asyncio
5051
async def test_initial_values_set_in_ca():
5152
pv_prefix = "SOFTIOC_INITIAL_DEVICE"

0 commit comments

Comments
 (0)