Skip to content

Instantly share code, notes, and snippets.

@SuperCipher
Last active February 6, 2022 12:56
Show Gist options
  • Save SuperCipher/8b470edc7a987aa765969a84d6e20430 to your computer and use it in GitHub Desktop.
Save SuperCipher/8b470edc7a987aa765969a84d6e20430 to your computer and use it in GitHub Desktop.
Unable to print in pytest and tox [FIXED]
Answer inspired from.
https://stackoverflow.com/a/58486539/3422861
My issue cause multiple pytest config and one that cause pytest to run in parallel.
https://github.com/vyperlang/vyper/blob/master/setup.cfg#L28
https://github.com/vyperlang/vyper/blob/82f44eea2c7be79c6db805c1aa873fabbe0118b7/setup.cfg#L28
remove -n auto flag option or remove any flag that will cause pytest to run in parallel.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment