use inmanta-dev-dependencies
Created by: sanderr
Description
This module still used unconstrained dev dependencies. This led to an alpha release for black being installed, which caused pep8 failures that are difficult to reproduce locally.
Merge procedure
- merge using the merge button
- tag and bump
git checkout master
git pull
inmanta module release
git push
git push {tag} # push the tag as well
- Remove the branch
Self Check:
Strike through any lines that are not applicable (~~line~~
) then check the box
-
Attached issue to pull request -
Changelog entry -
Version number is bumped to dev version -
Code is clear and sufficiently documented -
Sufficient test cases (reproduces the bug/tests the requested feature) -
Correct, in line with design -
End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )