Skip to content

Commit 0e19fe4

Browse files
committedMar 14, 2025·
Remove constraint for tox<4 for test suite
1 parent 05f0d8d commit 0e19fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install dependencies
4848
run: |
4949
python -m pip install --upgrade pip
50-
python -m pip install "tox<4" tox-gh-actions coverage
50+
python -m pip install tox tox-gh-actions coverage
5151
sudo apt-get install -y --no-install-recommends snmp libsnmp-dev
5252
5353
- name: Test with tox

‎requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ retry
1414
ruff
1515
snmpsim>=1.0,!=1.1.6
1616
towncrier
17-
tox<4
17+
tox
1818
twine

0 commit comments

Comments
 (0)
Please sign in to comment.