1 parent 8273e56 commit df91f3dCopy full SHA for df91f3d
1 file changed
.github/workflows/ci.yml
@@ -113,7 +113,7 @@ jobs:
113
with:
114
python-version: "3.12"
115
- name: Install harness test dependencies
116
- run: python -m pip install --disable-pip-version-check --quiet -e harness pytest
+ run: python -m pip install --disable-pip-version-check --quiet -e harness 'pytest==8.4.1'
117
- name: Harness envelope and replay contracts
118
env:
119
PYTEST_DISABLE_PLUGIN_AUTOLOAD: "1"
0 commit comments