Skip to content

Commit

Permalink
test python 3.8 tox without install pytest and pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 11, 2024
1 parent 1c435f2 commit 7b442f4
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 14 deletions.
107 changes: 96 additions & 11 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ python = "3.8.19"
requests = "^2.31.0"
types-requests = "^2.31.0.20240406"
pyinstaller = "^6.5.0"
pytest-cov = "^5.0.0"
pytest = "^8.1.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
mypy = "^1.5.1"
pre-commit = "^3.4.0"
tox = "^4.11.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 7b442f4

Please sign in to comment.