Change-Id: I5e21821ad203a91f9942fd8d29f516ed21824e50
(True, "omit_alias"), (False, "with_alias"), id_="ai", argnames="omit"
)
@testing.provide_metadata
- @testing.skip_if('mysql < 8')
+ @testing.skip_if("mysql < 8")
def test_duplicate_values_accepted(self, native, omit):
foo_enum = pep435_enum("foo_enum")
foo_enum("one", 1, "two")
black==21.5b1
commands =
flake8 ./lib/ ./test/ ./examples/ setup.py doc/build/conf.py {posargs}
- black --check .
+ black --check ./lib/ ./test/ ./examples/ setup.py doc/build/conf.py
# command run in the github action when cext are active.
[testenv:github-cext]