Skip to content
Discussion options

You must be logged in to vote

Thanks @asgalon, and thanks for working on #1221! Your PRs have been really helpful (both #1262 and #1271 are merged).

The --tinytorch error you hit was a real bug. The flag was being passed by tito module test but never registered in conftest.py (a plugin that handled it got removed during cleanup and nobody wired it back up). This is now fixed in commit 93de573. After pulling the latest, tito module test should work.

The integration test warnings about PytestReturnNotNoneWarning are harmless, those tests are returning dicts for reporting purposes and pytest is just being noisy about it. Nothing to worry about for your contribution.

And yes, a PR from your fork is the right workflow. The…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by asgalon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants