Skip to content

Commit

Permalink
SONARPY-2434 Add pip cache to typeshed build
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-dequenne-sonarsource committed Dec 16, 2024
1 parent 2cb6b04 commit aa6fdd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python-frontend/typeshed_serializer/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ envlist = py39, serialize
skipsdist = True

[testenv]
setenv =
PIP_CACHE_DIR = .tox/.cache/pip
deps = -rrequirements.txt
commands = python -m pytest --cov=serializer --cov=runners --cov-report xml:cov.xml --ignore=resources --cov-branch tests/



[testenv:serialize]
commands =
python -m utils.folder_manager
Expand Down

0 comments on commit aa6fdd7

Please sign in to comment.