Skip to content

Commit

Permalink
now try to remove manual pytest and pytest-cov installation
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 11, 2024
1 parent aab97f2 commit 8fe6073
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 3 deletions.
87 changes: 86 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ requests = "^2.31.0"
types-requests = "^2.31.0.20240406"
pyinstaller = "^6.5.0"
pytest = "^7.2.0"
pytest-cov = "^5.0.0"

[tool.poetry.group.dev.dependencies]
mypy = "^1.5.1"
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ passenv = PYTHON_VERSION
allowlist_externals = poetry
commands =
poetry install -v
pip install pytest
pip install pytest-cov
pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml
mypy

0 comments on commit 8fe6073

Please sign in to comment.