mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
No need to skip black under Python 3.7 any more
This commit is contained in:
parent
228d595f7d
commit
d18687a30a
1 changed files with 0 additions and 4 deletions
|
|
@ -7,10 +7,6 @@ import sys
|
|||
code_root = Path(__file__).parent.parent
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
sys.version_info[:2] > (3, 6),
|
||||
reason="Breaks on 3.7 at the moment, but it only needs to run under one Python version",
|
||||
)
|
||||
def test_black():
|
||||
runner = CliRunner()
|
||||
result = runner.invoke(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue