Skip to content

Commit

Permalink
Add a pyproject.toml file w/pytest network marker
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Jun 19, 2023
1 parent 720bdd6 commit ffae65a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.black]
line-length=80
skip-string-normalization=true
skip-magic-trailing-comma=true

[tool.isort]
profile = "black"
known_first_party="octodns"
line_length=80

[tool.pytest.ini_options]
markers = [
"network: tests that require network connectivity to pass"
]
pythonpath = "."

0 comments on commit ffae65a

Please sign in to comment.