Skip to content

Commit f432076

Browse files
authored
Merge pull request #1332 from Emantor/topic/limit-pysnmp
pyproject.yaml: limit pysnmp to versions < 6
2 parents 64ed1cd + b9e1c92 commit f432076

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pyvisa = [
6666
"pyvisa>=1.11.3",
6767
"PyVISA-py>=0.5.2",
6868
]
69-
snmp = ["pysnmp-lextudio>=4.4.12"]
69+
snmp = ["pysnmp-lextudio>=4.4.12, <6"]
7070
vxi11 = ["python-vxi11>=0.9"]
7171
xena = ["xenavalkyrie>=3.0.1"]
7272
deb = [
@@ -77,7 +77,7 @@ deb = [
7777
"onewire>=0.2",
7878

7979
# labgrid[snmp]
80-
"pysnmp-lextudio>=4.4.12",
80+
"pysnmp-lextudio>=4.4.12, <6",
8181
]
8282
dev = [
8383
# references to other optional dependency groups
@@ -111,7 +111,7 @@ dev = [
111111
"PyVISA-py>=0.5.2",
112112

113113
# labgrid[snmp]
114-
"pysnmp-lextudio>=4.4.12",
114+
"pysnmp-lextudio>=4.4.12, <6",
115115

116116
# labgrid[vxi11]
117117
"python-vxi11>=0.9",

0 commit comments

Comments
 (0)