Skip to content

Commit

Permalink
fix sample live tests by pinning pyproject-api dependency of tox (Azu…
Browse files Browse the repository at this point in the history
…re#32198)

* try fix sample live tests by pinning pyproject-api dependency of tox

* add to test_tools.txt as well
  • Loading branch information
kristapratico authored Sep 22, 2023
1 parent f2c94cc commit 66c2b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/ci_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ wheel==0.37.0
packaging==23.1
wheel==0.37.0
tox==4.5.0
pyproject-api<1.6
pathlib2==2.3.5
doc-warden==0.7.2
beautifulsoup4==4.9.1
Expand Down
1 change: 1 addition & 0 deletions eng/test_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pytest-xdist==3.2.1
coverage==7.2.5
bandit==1.6.2
protobuf==3.17.3; python_version == '2.7'
pyproject-api<1.6

# locking packages defined as deps from azure-sdk-tools or azure-devtools
Jinja2==3.1.2
Expand Down

0 comments on commit 66c2b8c

Please sign in to comment.