pytest-dev / nose2pytest

Scripts to convert Python Nose tests to PyTest
Other
38 stars 12 forks source link

Release v1.0.9 #34

Closed cclauss closed 5 months ago

cclauss commented 5 months ago

Replaces failed #33

As recommended at https://github.com/pytest-dev/nose2pytest/pull/30#pullrequestreview-2028373644

I went back to https://github.com/pytest-dev/nose2pytest/pull/6/files v1.0.9 Nov 17, 2022

I used the last commit of #6 to

git checkout 7918d3a1b788c9d72ec013b7fbb28bdcab875b1f
git switch -c release-v1.0.9
code setup.cfg   # Remove `README.rst` from the `bumpversion.files =` line.
git commit -am"Remove v1.0.9 from README.rst"
bumpversion patch --new-version 1.0.9
git tag v1.0.9
git push
nicoddemus commented 5 months ago

Unfortunately the conflict will prevent GitHub from running the CI jobs.

IMHO it is not trivial to generate releases for the old versions, because of small issues like this.

Is there a strong need for the old versions to be released to PyPI, or just the latest one is fine? If so I would just release the last version and be done with it.

cclauss commented 5 months ago

Releasing the old versions is beyond my git foo...