Skip to content

Commit

Permalink
Fix pytest-cov for py311 & py312
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Apr 5, 2024
1 parent 28f0d67 commit 6462553
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
Empty file added tests/apps/__init__.py
Empty file.
Empty file added tests/check/__init__.py
Empty file.
Empty file added tests/core/__init__.py
Empty file.
Empty file added tests/geom/__init__.py
Empty file.
Empty file added tests/io/__init__.py
Empty file.
Empty file added tests/view/__init__.py
Empty file.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ envlist =
deps =
{[base]testdeps}
pytest-cov
coverage[toml]>=6.3
extras = plotly
commands = pytest \
--cov={envsitepackagesdir}/{[base]name} \
commands = python -m pytest \
--cov={[base]name} \
--cov-report term-missing \
--cov-fail-under=100 \
--cov-report=xml \
Expand Down

0 comments on commit 6462553

Please sign in to comment.