Skip to content

Commit

Permalink
fix dependencies, delete coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Snayt1k3 committed May 5, 2024
1 parent 72fba49 commit 6c001f9
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 98 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,3 @@ jobs:
run: |
poetry run pytest
- name: Test with pytest and cov
if: matrix.python-version == '3.12'
run: |
poetry run pytest --cov=./ --cov-report=xml
- name: Upload coverage data to coveralls.io
if: matrix.python-version == '3.12'
run: |
poetry run coveralls --service=github
141 changes: 56 additions & 85 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ readme = "README.md"
packages = [{include = "shikimori"}]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
aiohttp = "^3.9.1"
python = "^3.10"
aiohttp = "^3.8.3"
tomli = "^2.0.1"
setuptools = "^69.0.3"

Expand All @@ -18,7 +18,6 @@ pytest-asyncio = "^0.23.5"
black = "^24.2.0"
python-dotenv = "^1.0.1"
pytest-cov = "^5.0.0"
coveralls = "^4.0.0"


[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit 6c001f9

Please sign in to comment.