tarpas / pytest-testmon

Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.
https://testmon.org
MIT License
800 stars 54 forks source link

Change to Importlib introduces AttributeError for {d.name} if d.name does not exist. #218

Closed joshysaberastro closed 1 year ago

joshysaberastro commented 1 year ago

image

This is running on a bitbucket pipeline in a docker container with python version 3.9

tarpas commented 1 year ago

Thanks for reporting. I'll tackle this today.

tarpas commented 1 year ago

It's "hotfixed" now in 2.0.8. If you want to be on the safe side use 2.0.6, because 2.0.8 is still not very tested...