Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed May 8, 2023
1 parent 6591a1c commit 08b7166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox==3.28.0
pip3 install -e ".[dev]"
- name: Run integration tests
run: |
tox -e integration-tests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def main():
redis_requires = ['redis>=2.10.3']
jwt_requires = ['pyjwt>=1.7.0', 'cryptography>=3']
coveralls_requires = ['coveralls']
dev_requires = ['tox']
dev_requires = ['tox<=3.28.0']
gh_requires = ['tox-gh-actions']
test_requires = [
'bottle',
Expand Down

0 comments on commit 08b7166

Please sign in to comment.