Skip to content

Commit

Permalink
Fixes to pytest.ini format
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Feb 21, 2024
1 parent 47b9772 commit 39dcf4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[pytest]
minversion = "3.5"
norecursedirs = "build docs/_build"
doctest_plus = "enabled"
addopts = "-p no:warnings"
minversion = 3.5
norecursedirs = build docs/_build
doctest_plus = enabled
addopts = -p no:warnings
log_cli = True
log_level = "info"
log_cli_level = "info"
log_level = info
log_cli_level = info
markers =
# E2E test markers
e2e : End-to-end test suite
Expand Down

0 comments on commit 39dcf4b

Please sign in to comment.