Update dependencies - pyxdg, pytest, black (#1076)

* Update version pin on pyxdg and run poetry update
* Update pytest pin and rerun poetry update
* Update black pin to latest version, poetry update, and make format
This commit is contained in:
Micah Jerome Ellison 2020-11-14 11:29:51 -08:00 committed by Jonathan Wren
parent 7a465eabeb
commit c38c39efee
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A
10 changed files with 435 additions and 319 deletions

View file

@ -50,7 +50,7 @@ def check_output_field_key(context, field, key):
@then("the json output should contain {path}")
@then('the json output should contain {path} = "{value}"')
def check_json_output_path(context, path, value=None):
""" E.g.
"""E.g.
the json output should contain entries.0.title = "hello"
"""
out = context.stdout_capture.getvalue()