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
Python 2 raises warnings on `imp.load_source()` when the module name
contains dots. Ignoring this warning makes p4a output/logs more
readable.
Note that for some reason the regression test will only catch the
regression if ran isolated, e.g. via:
```sh
tox -e py27 -- tests/test_recipe.py::TestRecipe::test_import_recipe
```
0 commit comments