Skip to content

Commit

Permalink
Use pytest 7.0.1 (crytic#1177)
Browse files Browse the repository at this point in the history
* Use pytest 7.0.1 & update importlib_metadata typing_extensions in the CI
  • Loading branch information
montyly authored Apr 21, 2022
1 parent 75a9766 commit a08dba0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/IR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: |
python setup.py install
pip install deepdiff
pip install pytest
pip install pytest==7.0.1
pip install typing_extensions==4.1.1
pip install importlib_metadata==4.8.3
pip install "solc-select>=v1.0.0b1"
solc-select install all
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
pip install "solc-select>=v1.0.0b1"
solc-select install all
solc-select use 0.5.1
pip install typing_extensions==4.1.1
pip install importlib_metadata==4.8.3
- name: Set up nix
if: matrix.type == 'dapp'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
python setup.py install
pip install deepdiff
pip install pytest
pip install pytest==7.0.1
pip install typing_extensions==4.1.1
pip install importlib_metadata==4.8.3
pip install "solc-select>=v1.0.0b1"
solc-select install all
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
python setup.py install
pip install deepdiff
pip install pytest
pip install pytest==7.0.1
pip install typing_extensions==4.1.1
pip install importlib_metadata==4.8.3
pip install "solc-select>=v1.0.0b1"
solc-select install all
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
python setup.py install
pip install deepdiff
pip install pytest
pip install pytest==7.0.1
pip install typing_extensions==4.1.1
pip install importlib_metadata==4.8.3
pip install "solc-select>=v1.0.0b1"
- name: Install solc
Expand Down

0 comments on commit a08dba0

Please sign in to comment.