Commit Graph

6 Commits

Author SHA1 Message Date
Oz N Tiram 232eff38d4 Remove references to Python2.7 in RELEASING.md 2022-07-27 06:52:30 +02:00
Matt Davis 5d845dc6b9 Added pytest-cov and addressed outdated references to pip-tools (#5038)
* Add pytest-cov; Remove code references to pip-tools and refactor method _build_package_list

* Regenerate lock file.

* Add back required typing-extensions, not sure how it got dropped from locking previously.

* Adopt the setup.cfg for coverage config.

* Actually pin to the version of click we have vendored in.

* Do not adopt coverage for CI since it slows everything down.  Fix py36 dependency pinning.

* Drop support for 3.6 in this PR.

* No need to exclude the vendor and patched directory from the coverage reprot.
2022-04-14 08:59:27 +02:00
Sumana Harihareswara 0ce098edff Remove pypa-dev mention in release process
Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ
the pypa-dev Google Group is now decommissioned.
Pointing to Discourse instead.

Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
2020-05-28 17:37:11 -04:00
Sumana Harihareswara 26f32513c5 Update release process to reflect Dan's notes
Towards issue #4130.

Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
2020-05-28 11:27:05 -04:00
Dan Ryan 2f460a9128 Add sphinx spellcheck addon (#4209)
Co-Authored-By: Frost Ming <mianghong@gmail.com>
Co-Authored-By: Sumana Harihareswara <sh@changeset.nyc>
2020-04-29 02:39:06 -04:00
Dan Ryan 0882cc8614 Add release instructions
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
2020-04-24 23:28:30 -04:00