We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f0d8d commit 0e19fe4Copy full SHA for 0e19fe4
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install dependencies
48
run: |
49
python -m pip install --upgrade pip
50
- python -m pip install "tox<4" tox-gh-actions coverage
+ python -m pip install tox tox-gh-actions coverage
51
sudo apt-get install -y --no-install-recommends snmp libsnmp-dev
52
53
- name: Test with tox
requirements/dev.txt
@@ -14,5 +14,5 @@ retry
14
ruff
15
snmpsim>=1.0,!=1.1.6
16
towncrier
17
-tox<4
+tox
18
twine
0 commit comments