Skip to content

Commit a594eb1

Browse files
justsmthttungle96
authored andcommitted
Fix apache httpd; keep pytest <7.0 (#2825)
### Issues: Addresses: V1998659133 ### Description of changes: Fix Apache httpd CI By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
1 parent 2a58b48 commit a594eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/integration/run_httpd_integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function setup_python_env() {
105105
python3 -m venv venv
106106
source venv/bin/activate
107107
python3 -m pip install --upgrade pip
108-
python3 -m pip install pyopenssl websockets pytest filelock python-multipart
108+
python3 -m pip install pyopenssl websockets "pytest<7.0" filelock python-multipart
109109
}
110110

111111
function httpd_run_tests() {

0 commit comments

Comments
 (0)