Skip to content

Commit

Permalink
tests: workaround tomlkit regression on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed May 23, 2022
1 parent be67d4d commit f29ca4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/console/commands/test_init.py
Expand Up @@ -797,6 +797,7 @@ def test_init_existing_pyproject_simple(
pyproject_file = source_dir / "pyproject.toml"
existing_section = """
[tool.black]
line-length = 88
"""
pyproject_file.write_text(decode(existing_section))
Expand All @@ -813,6 +814,7 @@ def test_init_non_interactive_existing_pyproject_add_dependency(
pyproject_file = source_dir / "pyproject.toml"
existing_section = """
[tool.black]
line-length = 88
"""
pyproject_file.write_text(decode(existing_section))
Expand Down

0 comments on commit f29ca4e

Please sign in to comment.