You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There have been repeated examples with releases which pass tests in repo but have resulted in released artifacts to PyPI to and Homebrew with serious problems.
Refactor the CLI integration tests to allow for optional testing against an external planemo command.
Extend make release with some real testing. After publishing to test PyPI:
Create a temp virtualenv.
Install all dependencies
Install planemo from test pypi.
run release tests.
The text was updated successfully, but these errors were encountered:
Yeah - this is referring to planemo testing itself. The existing tox testing has missed relatively obvious problems such as 563963bddd16435963ed2 (and that is just for the last couple weeks).
Test wheel directly in isolation by installing it into its own virtualenv and copying test data and required files out into a temp directory.
Progress toward issue #184.
There have been repeated examples with releases which pass tests in repo but have resulted in released artifacts to PyPI to and Homebrew with serious problems.
planemo
command.make release
with some real testing. After publishing to test PyPI:The text was updated successfully, but these errors were encountered: