Skip to content

Commit

Permalink
Merge pull request #1332 from Emantor/topic/limit-pysnmp
Browse files Browse the repository at this point in the history
pyproject.yaml: limit pysnmp to versions < 6
  • Loading branch information
Emantor authored Feb 23, 2024
2 parents 64ed1cd + b9e1c92 commit f432076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pyvisa = [
"pyvisa>=1.11.3",
"PyVISA-py>=0.5.2",
]
snmp = ["pysnmp-lextudio>=4.4.12"]
snmp = ["pysnmp-lextudio>=4.4.12, <6"]
vxi11 = ["python-vxi11>=0.9"]
xena = ["xenavalkyrie>=3.0.1"]
deb = [
Expand All @@ -77,7 +77,7 @@ deb = [
"onewire>=0.2",

# labgrid[snmp]
"pysnmp-lextudio>=4.4.12",
"pysnmp-lextudio>=4.4.12, <6",
]
dev = [
# references to other optional dependency groups
Expand Down Expand Up @@ -111,7 +111,7 @@ dev = [
"PyVISA-py>=0.5.2",

# labgrid[snmp]
"pysnmp-lextudio>=4.4.12",
"pysnmp-lextudio>=4.4.12, <6",

# labgrid[vxi11]
"python-vxi11>=0.9",
Expand Down

0 comments on commit f432076

Please sign in to comment.