Skip to content

Commit

Permalink
Merge pull request #104 from inyutin/dev-update
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin authored Oct 27, 2024
2 parents 723961d + 87c03ed commit 5ea8c8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Test with pytest
env:
PYTHONPATH: .
run: pytest --asyncio-mode=auto
run: pytest
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ unfixable = ["FBT002"]
"S101", # Use of assert detected
"SLF001", # Private member accessed
]

[tool.pytest.ini_options]
asyncio_mode = "auto"
6 changes: 3 additions & 3 deletions requirements_ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy==0.961
pytest-aiohttp==1.0.4
pytest==7.1.2
mypy==1.4.1 # last version that support python 3.7
pytest-aiohttp==1.0.5
pytest==7.4.4 # last version that support python 3.7
ruff==0.7.1

0 comments on commit 5ea8c8e

Please sign in to comment.