Skip to content

Commit

Permalink
tests: use system setproctitle if possible
Browse files Browse the repository at this point in the history
Upstream setproctitle does not support Python 3.13 yet
  • Loading branch information
amezin committed Nov 5, 2024
1 parent 31876d0 commit 8fa0d3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

--only-binary :none:
PyGObject
setproctitle
2 changes: 1 addition & 1 deletion test/requirements/pypi.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest~=8.3.1
pytest-html~=3.2.0
ansi2html~=1.9.1
pyyaml~=6.0
pytest-xdist[psutil,setproctitle]~=3.6.1
pytest-xdist[psutil]~=3.6.1
2 changes: 0 additions & 2 deletions test/requirements/pypi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ pytest-xdist==3.6.1
# via -r pypi.in
pyyaml==6.0.2
# via -r pypi.in
setproctitle==1.3.3
# via pytest-xdist

0 comments on commit 8fa0d3a

Please sign in to comment.