It looked like there was a specific version of pyt...
# general
g
It looked like there was a specific version of pytest being used as the test runner, and I didn’t know if it was important that the version of pytest my test sources imported used the same version as the runner. In practice it obviously didn’t matter, but I’m trying to learn the “right” way to do things in a pants world.