Skip to content

Commit

Permalink
Cleanup requirements and run full setup in lint CI job (pwndbg#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingh93 committed Oct 6, 2022
1 parent 0237c1d commit e82cd83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
with:
python-version: 3.8

- name: Install linters
- name: Install dependencies
run: |
pip install isort
pip install black
pip install flake8
./setup.sh --user
./setup-test-tools.sh --user
sudo snap install shfmt
- name: Run linters
Expand Down
11 changes: 7 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
black
coverage==6.4.4; python_version >= '3.7'
black==22.8.0
coverage==6.2; python_version < '3.7'
pytest==7.1.2; python_version >= '3.7'
coverage==6.4.4; python_version >= '3.7'
flake8==5.0.4
testresources==2.0.1
isort==5.10.1
pytest==7.0.1; python_version < '3.7'
types-gdb==12.1.3
pytest==7.1.2; python_version >= '3.7'
types-gdb==12.1.3
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ capstone==4.0.2
enum34==1.1.10
future==0.18.2
iniconfig==1.1.1
isort==5.10.1
packaging==21.3
pbr==5.9.0
pluggy==1.0.0
Expand All @@ -16,7 +15,6 @@ pyparsing==3.0.9
python-ptrace==0.9.8
ROPGadget==6.8
six==1.16.0
testresources==2.0.1
tomli==2.0.1; python_version >= '3.7'
tomli==1.2.3; python_version < '3.7'
unicorn==2.0.0; python_version >= '3.7'
Expand Down

0 comments on commit e82cd83

Please sign in to comment.