Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constrain ciscoconfparse on Python 3.7 #2771

Merged
merged 5 commits into from Nov 29, 2023

Commits on Nov 29, 2023

  1. Constrain ciscoconfparse to 1.7

    ciscoconfparse 1.8 does not work on Python 3.7.  This
    adds a new constraints.txt file to ensure ciscoconfparse is constrained
    to < 1.8 under Python 3.7.
    lunkwill42 committed Nov 29, 2023
    Copy the full SHA
    a6055d9 View commit details
    Browse the repository at this point in the history
  2. Drop test constraint of ciscoconfparse

    Several versions of ciscoconfparse 1.7 were yanked from PyPI due to
    missing dependencies.  These have since been fixed.
    
    However, this constraint ensured that our test suite did not catch
    issues with ciscoconfparse 1.8 under Python 3.7.  Removing the now
    unnecessary constraint.
    lunkwill42 committed Nov 29, 2023
    Copy the full SHA
    1af3b63 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    be7f146 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    86e4ecd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a016d52 View commit details
    Browse the repository at this point in the history