-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`snmpsim` depends on `pyasn1`, but does not lock the dependent version. `pyasn1` version 0.5.0 was recently released, and it seems `snmpsim` is incompatible with the new version, causing integration tests that use snmpsim to fail. This locks pyasn1 to a version that should still work with the latest version of snmpsim.
- Loading branch information
1 parent
87957ad
commit 72f241a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters