Skip to content

Commit

Permalink
These TODOs will go away once poetry is fully in use
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Apr 16, 2021
1 parent 84cd861 commit eaa741c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions invocations/packaging/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,8 @@ def prepare(c):
# assumption...GREAT opportunity for class/method based tasks!
cmd = "$EDITOR {.packaging.changelog_file}".format(c)
c.run(cmd, pty=True, hide=False)
# TODO: add a step for checking reqs.txt / setup.py vs virtualenv contents
# Version file!
if actions.version == VersionFile.NEEDS_BUMP:
# TODO: suggest the bump and/or overwrite the entire file? Assumes a
# specific file format. Could be bad for users which expose __version__
# but have other contents as well.
version_file = os.path.join(
_find_package(c),
c.packaging.get("version_module", "_version") + ".py",
Expand Down

0 comments on commit eaa741c

Please sign in to comment.