Skip to content

Commit

Permalink
3.9.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelauv committed Jan 14, 2024
1 parent b159640 commit d18d43e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with flake8
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pip install pytest
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pytest
pytest-asyncio
aioresponses
pytest-aiohttp
aiohttp
fastapi
httpx
#uvicorn[standard]
httpx

0 comments on commit d18d43e

Please sign in to comment.