Skip to content

Commit

Permalink
remove parallel requests branch test (#473)
Browse files Browse the repository at this point in the history
* remove parallel requests branch test
* fix version of requests in setup.py
  • Loading branch information
beliaev-maksim committed Jan 18, 2022
1 parent e6e6504 commit 6b70346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
requests-version: ['"requests>=2.0,<3.0"', '-U requests']
requests-version: ['"requests>=2.0,<3.0"']

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
setup_requires.append("pytest")

install_requires = [
"requests>=2.0",
"requests>=2.0,<3.0",
"urllib3>=1.25.10",
]

Expand Down

0 comments on commit 6b70346

Please sign in to comment.