Skip to content

Commit

Permalink
Remove encoding (test_templates.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Jun 8, 2022
1 parent 2d4b630 commit b789202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_templates.py
Expand Up @@ -30,7 +30,7 @@ def test_build_templates(template, output_dir):
output_dir=output_dir,
)

readme = Path(project_dir, 'requirements.txt').read_text(encoding='utf-8')
readme = Path(project_dir, 'requirements.txt').read_text()

assert readme.splitlines() == [
"pip",
Expand Down

0 comments on commit b789202

Please sign in to comment.