[BUG]: Remove pipupgrade from tox.ini. Using UV to manage deps #72

Closed
opened 2026-04-20 06:30:27 +00:00 by imAsparky · 0 comments
Owner

Before you submit

  • I have searched existing issues and this is not a duplicate
  • I have read the documentation

Action Version

1

Forgejo Version

15.0.0

Python Version

3.13

Runner OS

debian

Describe the Bug

Run lint
4s
lint: venv> /opt/uv/cache/archive-v0/fkPAlvvXPBeRRpEYDdVeX/bin/uv venv -p /opt/uv/cache/archive-v0/fkPAlvvXPBeRRpEYDdVeX/bin/python --allow-existing '--prompt=git-herald[lint]' --python-preference only-managed /workspace/dunwright/git-herald/.tox/lint
lint: install_deps> /opt/uv/cache/archive-v0/fkPAlvvXPBeRRpEYDdVeX/bin/uv pip install -e '.[dev]'
lint: freeze> /opt/uv/cache/archive-v0/fkPAlvvXPBeRRpEYDdVeX/bin/uv --color never pip freeze
lint: accessible-pygments==0.0.5,alabaster==1.0.0,babel==2.18.0,beautifulsoup4==4.14.3,cachetools==7.0.5,certifi==2026.2.25,cfgv==3.5.0,charset-normalizer==3.4.7,colorama==0.4.6,coverage==7.13.5,distlib==0.4.0,docutils==0.22.4,execnet==2.1.2,filelock==3.29.0,furo==2025.12.19,-e file:///workspace/dunwright/git-herald,identify==2.6.19,idna==3.11,imagesize==2.0.0,iniconfig==2.3.0,jinja2==3.1.6,librt==0.9.0,markdown-it-py==4.0.0,markupsafe==3.0.3,mdit-py-plugins==0.5.0,mdurl==0.1.2,mypy==1.20.1,mypy-extensions==1.1.0,myst-parser==5.0.0,nodeenv==1.10.0,packaging==26.1,pathspec==1.0.4,platformdirs==4.9.6,pluggy==1.6.0,pre-commit==4.5.1,pygments==2.20.0,pyproject-api==1.10.0,pytest==9.0.3,pytest-cov==7.1.0,pytest-xdist==3.8.0,python-discovery==1.2.2,pyyaml==6.0.3,requests==2.33.1,roman-numerals==4.1.0,ruff==0.15.11,snowballstemmer==3.0.1,soupsieve==2.8.3,sphinx==9.1.0,sphinx-basic-ng==1.0.0b2,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,tomli-w==1.2.0,tox==4.53.0,typing-extensions==4.15.0,urllib3==2.6.3,virtualenv==21.2.4
lint: commands[0]> .tox/lint/bin/python -m pip install --upgrade pip
/workspace/dunwright/git-herald/.tox/lint/bin/python: No module named pip
lint: exit 1 (0.03 seconds) /workspace/dunwright/git-herald> .tox/lint/bin/python -m pip install --upgrade pip pid=263
lint: FAIL code 1 (2.69=setup[2.67]+cmd[0.03] seconds)
evaluation failed :( (2.75 seconds)
⚙️ [runner]: exitcode '1': failure

Steps to Reproduce

merge into main

Expected Behaviour

tox tests run in CI

Workflow Configuration

No response

Relevant Action Logs

No response

Additional Context

No response

### Before you submit - [x] I have searched existing issues and this is not a duplicate - [x] I have read the documentation ### Action Version 1 ### Forgejo Version 15.0.0 ### Python Version 3.13 ### Runner OS debian ### Describe the Bug Run lint 4s lint: venv> /opt/uv/cache/archive-v0/fkPAlvvXPBeRRpEYDdVeX/bin/uv venv -p /opt/uv/cache/archive-v0/fkPAlvvXPBeRRpEYDdVeX/bin/python --allow-existing '--prompt=git-herald[lint]' --python-preference only-managed /workspace/dunwright/git-herald/.tox/lint lint: install_deps> /opt/uv/cache/archive-v0/fkPAlvvXPBeRRpEYDdVeX/bin/uv pip install -e '.[dev]' lint: freeze> /opt/uv/cache/archive-v0/fkPAlvvXPBeRRpEYDdVeX/bin/uv --color never pip freeze lint: accessible-pygments==0.0.5,alabaster==1.0.0,babel==2.18.0,beautifulsoup4==4.14.3,cachetools==7.0.5,certifi==2026.2.25,cfgv==3.5.0,charset-normalizer==3.4.7,colorama==0.4.6,coverage==7.13.5,distlib==0.4.0,docutils==0.22.4,execnet==2.1.2,filelock==3.29.0,furo==2025.12.19,-e file:///workspace/dunwright/git-herald,identify==2.6.19,idna==3.11,imagesize==2.0.0,iniconfig==2.3.0,jinja2==3.1.6,librt==0.9.0,markdown-it-py==4.0.0,markupsafe==3.0.3,mdit-py-plugins==0.5.0,mdurl==0.1.2,mypy==1.20.1,mypy-extensions==1.1.0,myst-parser==5.0.0,nodeenv==1.10.0,packaging==26.1,pathspec==1.0.4,platformdirs==4.9.6,pluggy==1.6.0,pre-commit==4.5.1,pygments==2.20.0,pyproject-api==1.10.0,pytest==9.0.3,pytest-cov==7.1.0,pytest-xdist==3.8.0,python-discovery==1.2.2,pyyaml==6.0.3,requests==2.33.1,roman-numerals==4.1.0,ruff==0.15.11,snowballstemmer==3.0.1,soupsieve==2.8.3,sphinx==9.1.0,sphinx-basic-ng==1.0.0b2,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,tomli-w==1.2.0,tox==4.53.0,typing-extensions==4.15.0,urllib3==2.6.3,virtualenv==21.2.4 lint: commands[0]> .tox/lint/bin/python -m pip install --upgrade pip /workspace/dunwright/git-herald/.tox/lint/bin/python: No module named pip lint: exit 1 (0.03 seconds) /workspace/dunwright/git-herald> .tox/lint/bin/python -m pip install --upgrade pip pid=263 lint: FAIL code 1 (2.69=setup[2.67]+cmd[0.03] seconds) evaluation failed :( (2.75 seconds) ⚙️ [runner]: exitcode '1': failure ### Steps to Reproduce merge into main ### Expected Behaviour tox tests run in CI ### Workflow Configuration _No response_ ### Relevant Action Logs _No response_ ### Additional Context _No response_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dunwright/git-herald#72
No description provided.