chore(deps): upgrade black to v23.1.0
This commit is contained in:
parent
82e0ae1a60
commit
f5696c2f52
|
|
@ -7,4 +7,4 @@ icalendar==4.1.0
|
|||
# test
|
||||
pytest==7.2.1
|
||||
coverage==6.5.0
|
||||
black==22.12.0
|
||||
black==23.1.0
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ def _description_parsing_cases():
|
|||
|
||||
@pytest.mark.parametrize("case", _description_parsing_cases())
|
||||
def test_parse_description(case):
|
||||
|
||||
year, description, expected = case["year"], case["description"], case["expected"]
|
||||
assert _normalize(DescriptionParser(description, year).parse()) == _normalize(
|
||||
expected
|
||||
|
|
|
|||
|
|
@ -6,5 +6,4 @@ __dirname__ = os.path.abspath(os.path.dirname(__file__))
|
|||
|
||||
|
||||
def workspace_path(*other):
|
||||
|
||||
return os.path.join(os.path.dirname(__dirname__), *other)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user