Skip to content

Commit

Permalink
Merge bd193c8 into d656339
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Nov 3, 2020
2 parents d656339 + bd193c8 commit cd61bfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ attrs>=20.2.0
click==7.1.2
configconfig>=0.3.0
consolekit>=0.1.2
css-parser==1.0.5
css-parser==1.0.6
domdf-python-tools>=1.1.0
dulwich>=0.19.16
email_validator==1.1.1
Expand Down
3 changes: 2 additions & 1 deletion tests/test_init_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def test_init_repo(temp_empty_repo, demo_environment, file_regression, data_regr
assert (temp_empty_repo.path / "hello_world").is_dir()
check_file_output(
temp_empty_repo.path / "hello_world" / "__init__.py",
file_regression, extension=".init._py_",
file_regression,
extension=".init._py_",
)

assert (temp_empty_repo.path / "tests").is_dir()
Expand Down

0 comments on commit cd61bfe

Please sign in to comment.