Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Tso committed Oct 14, 2020
1 parent 7f46927 commit f1f3227
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,7 @@ def test_create_poetry_with_invalid_dev_dependencies():


def test_create_poetry_skipping_dev_dependencies():
poetry = Factory().create_poetry(fixtures_dir / "project_with_invalid_dev_deps", with_dev=False)
poetry = Factory().create_poetry(
fixtures_dir / "project_with_invalid_dev_deps", with_dev=False
)
assert not poetry.package.dev_requires

0 comments on commit f1f3227

Please sign in to comment.