Skip to content

Commit

Permalink
temp: run 1 unit-test in ci for quick feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 12, 2023
1 parent 0d0a9e4 commit 07f9f89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ commands =
pytest -ra --cov --cov-report=term-missing \
--cov-report=html:{envdir}/htmlcov --cov-context=test \
--cov-report=xml:{toxworkdir}/coverage.{envname}.xml \
{posargs:-n auto} tests
{posargs:-n auto} tests -k test_cli


## CI oriented Envs integrating with GH Actions Tox Plugin ##
Expand All @@ -65,12 +65,12 @@ usedevelop = true
[testenv:{py311-, py310-, py39-, py38-,}sdist{, -linux, -macos, -windows}]
description = Install as Source Distribution & Test
basepython = {env:TOXPYTHON:python3}
commands =
# --cov-config pyproject.toml
pytest -ra --cov --cov-report=term-missing \
--cov-report=html:{envdir}/htmlcov --cov-context=test \
--cov-report=xml:{toxworkdir}/coverage.{envname}.xml \
{posargs:-n auto} tests
; commands =
; # --cov-config pyproject.toml
; pytest -ra --cov --cov-report=term-missing \
; --cov-report=html:{envdir}/htmlcov --cov-context=test \
; --cov-report=xml:{toxworkdir}/coverage.{envname}.xml \
; {posargs:-n auto} tests

# WHEEL
[testenv:{py311-, py310-, py39-, py38-,}wheel{, -linux, -macos, -windows}]
Expand Down

0 comments on commit 07f9f89

Please sign in to comment.