mirror of
https://github.com/curl/curl.git
synced 2026-07-30 09:48:03 +03:00
tests: fix some Python typing issues
These otherwise raise errors in pytype. A few problematic methods weren't being used and are deleted.
This commit is contained in:
parent
0b864bde08
commit
2f3b7f20fb
13 changed files with 48 additions and 49 deletions
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
- name: install
|
||||
run: |
|
||||
sudo apt-get install codespell python3-pip
|
||||
sudo apt-get install codespell python3-pip python3-pytest
|
||||
python3 -m pip install cmakelint==1.4.3
|
||||
|
||||
- name: spellcheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue