mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:31:41 +03:00
GHA: use pip requirements.txt with pins, and more venv
- requirements.txt: shorten copyright headers. - requirements.txt: pin packages to versions. - GHA/windows: use `tests/requirements.txt`. Pick a `cryptography` package version that satifies both `impacket` and pytests dependencies. - GHA/checksrc: move pip deps into a new `requirements.txt`. To make Dependabot detect and bump them. - GHA/checksrc: replace apt packages for python test deps with pip install `tests/**/requirements.txt` to a venv. - GHA/checksrc: use venv and drop `--break-system-packages`. - GHA/linux: fix to actually activate venvs. Follow-up to2638570241#15578 - GHA/linux: fixup (did not cause an issue) Follow-up tod75785c7de#18660 - GHA: create venvs later, simplify commands. - GHA: sync pip command-line options, e.g. drop progress-bar, everywhere. Assisted-by: Dan Fandrich Closes #18708
This commit is contained in:
parent
7f38bf51ad
commit
7d5f8be532
8 changed files with 50 additions and 83 deletions
8
.github/scripts/requirements.txt
vendored
Normal file
8
.github/scripts/requirements.txt
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
cmakelang == 0.6.13
|
||||
codespell == 2.4.1
|
||||
pytype == 2024.10.11
|
||||
ruff == 0.11.9
|
||||
Loading…
Add table
Add a link
Reference in a new issue