-
Notifications
You must be signed in to change notification settings - Fork 8
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
Updates to Drop Python 3.6 #195
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2edcbd6
Updates to drop Py3.6
jvanderaa 571e4ce
Merge branch 'develop' into drop_py36
jvanderaa 2af591c
Updates flake8 settings
jvanderaa d2319b4
Merge branch 'drop_py36' of github.com:jvanderaa/nautobot-plugin-circ…
jvanderaa 8904dcc
Updates for test.
jvanderaa 1401b3a
Updates CI.
jvanderaa 776b4e9
Removes attempted testing of py3.10
jvanderaa 636dcf4
Revert version bump.
jvanderaa 4ca04e0
Removed pinning for black issues on <3.7
jvanderaa d2082eb
Updates CI to test Nautobot.
jvanderaa db94d3c
Updates flake8 setup.
jvanderaa 402d8ad
Update flake8 settings.
jvanderaa 5341bed
Updates test for passing.
jvanderaa 1f25c37
Updates test to skip inherited test.
jvanderaa 52baa13
Moves pylint disable.
jvanderaa c7cc14f
Updates tests and Dockerfile
jvanderaa 2749d93
Updates for tests.
jvanderaa 7fd0071
Updates flake8 settings
jvanderaa a2e6072
Updates poetry lock
jvanderaa a4b0777
Updates CI
jvanderaa d9e20cf
Move to latest version for stable.
jvanderaa 037d4d8
Fixes test set up with mysql
jvanderaa 9d2b62a
Update views for consistency.
jvanderaa 73b61fc
Updates test classmethod def
jvanderaa 15553f0
Updating tests
jvanderaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which was the problem with mysql?
BTW, would make sense to leave the nautboto-version to "stable" to always check against hte latest by default? (don't recall if we already commented this point)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stable
doesn't work. There is a parser error.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm just trying to get things into a working state. What didn't work with MySQL is that I didn't have a matrix set up for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry Josh, I don't get it, because the matrix was already set up before, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for
stable
. It was set up to test individual versions.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I understand, not for stable, but the matrix was working well for mysql before, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it was. I guess the wording of
fix mysql
was poor. Probably should have just beenupdate mysql matrix
.