Skip to content

Commit

Permalink
Add Cython and toml dependencies to support Cython coverage plugin (#24)
Browse files Browse the repository at this point in the history
* Test with pyproject.toml existence

Signed-off-by: Hiroshi Miura <[email protected]>

* Enforce coverage[toml] dependency

Signed-off-by: Hiroshi Miura <[email protected]>

* Move availbe configurations to pyproject.toml

Signed-off-by: Hiroshi Miura <[email protected]>

* Add Cython dependency for cython coverage plugin

* Revert "Move availbe configurations to pyproject.toml"

This reverts commit df12392.

* Add cython to requirements.txt

* Remove pyproject.toml

---------

Signed-off-by: Hiroshi Miura <[email protected]>
Co-authored-by: Hiroshi Miura <[email protected]>
  • Loading branch information
djhoese and miurahr authored Jul 23, 2023
1 parent e1472ad commit 8799c9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM thekevjames/coveralls:latest

COPY src/ /src/
RUN python3 -m pip install Cython

RUN python3 -m pip install "coverage[toml]"

ENTRYPOINT ["/src/entrypoint.py"]
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
black
coveralls
coverage[toml]
cython
flake8
isort
pytest

0 comments on commit 8799c9f

Please sign in to comment.