Skip to content

Commit 735fa77

Browse files
Fix p4p tests
We were affected by this issue which required us to bump versions: epics-base/p4p#123
1 parent c110d2f commit 735fa77

File tree

3 files changed

+104
-74
lines changed

3 files changed

+104
-74
lines changed

Pipfile.lock

Lines changed: 102 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dev =
5656
pytest-asyncio
5757
aioca >=1.6
5858
cothread; sys_platform != "win32"
59-
p4p
59+
p4p>=4.1.11
6060

6161
[flake8]
6262
max-line-length = 80

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def install_for_development(self):
104104
install_requires = [
105105
# Dependency version declared in pyproject.toml
106106
epicscorelibs.version.abi_requires(),
107-
"pvxslibs>=1.2.2",
107+
"pvxslibs>=1.2.4",
108108
"numpy",
109109
"epicsdbbuilder>=1.4"
110110
],

0 commit comments

Comments
 (0)