Skip to content

Commit

Permalink
ci: cap urllib3 in ci to support runner openssl<1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Feb 24, 2024
1 parent 53842f1 commit 27f19ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,6 @@ skip = [
"*-manylinux_s390x", # Skip slow Linux
]

before-test = "pip install pytest"
before-test = 'pip install pytest "urllib3<2"'
test-extras = "ml"
test-command = "pytest {project}/tests/pipelines/test_pipelines.py"

0 comments on commit 27f19ce

Please sign in to comment.