Skip to content

Commit

Permalink
Fix p4p tests
Browse files Browse the repository at this point in the history
We were affected by this issue which required us to bump versions:
epics-base/p4p#123
  • Loading branch information
AlexanderWells-diamond committed Sep 2, 2024
1 parent c110d2f commit a65e6f1
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 75 deletions.
177 changes: 104 additions & 73 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dev =
pytest-asyncio
aioca >=1.6
cothread; sys_platform != "win32"
p4p
p4p>=4.1.11

[flake8]
max-line-length = 80
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def install_for_development(self):
install_requires = [
# Dependency version declared in pyproject.toml
epicscorelibs.version.abi_requires(),
"pvxslibs>=1.2.2",
"pvxslibs>=1.2.4",
"numpy",
"epicsdbbuilder>=1.4"
],
Expand Down

0 comments on commit a65e6f1

Please sign in to comment.