Skip to content

Commit

Permalink
Migrate to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Oct 8, 2024
1 parent 0aec5a7 commit 81afead
Show file tree
Hide file tree
Showing 14 changed files with 1,081 additions and 827 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ jobs:
- python-versions: "3.13.0-rc.3"
toxenv: py313
os: ubuntu-latest
- python-versions: "3.10"
toxenv: py310
os: macos-latest
- python-versions: "3.11"
toxenv: py311
os: macos-latest
Expand Down Expand Up @@ -106,13 +103,16 @@ jobs:
architecture: x64

- name: Creating a virtualenv python ${{ matrix.python-versions }}
run: python -m pip install tox
run: python -m pip install poetry

- name: tox
run: tox
- name: poetry install
run: poetry install

- name: pytest
run: poetry run pytest --cov=aiofile --color=yes --cov-report=term-missing -vv tests README.md

- name: coveralls
run: coveralls || true
run: poetry run coveralls || true
env:
COVERALLS_PARALLEL: 'true'
COVERALLS_SERVICE_NAME: github
Expand Down
6 changes: 0 additions & 6 deletions MANIFEST.in

This file was deleted.

4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

Loading

0 comments on commit 81afead

Please sign in to comment.