black-ify code

This commit is contained in:
MinchinWeb 2021-05-16 21:26:32 -06:00
parent c4439f4371
commit 5de162e838
3 changed files with 4 additions and 5 deletions

View file

@ -52,8 +52,8 @@ jobs:
poetry install --remove-untracked
poetry install
poetry run python -m pip install ./tests/external_plugins_src/
cd ..
poetry shell
cd ..
# installed test plugins aren't recognized by "behave" if run from the
# project's root folder, but "poetry run" doesn't work on folders upstream
# from project root