Skip to content

Commit

Permalink
fix: pytest table name in pyproject.toml (#136)
Browse files Browse the repository at this point in the history
* fix: pytest table name in pyproject.toml

* devel test fix

---------

Co-authored-by: Ruchi Pakhle <ruchipakhle@gmail.com>
  • Loading branch information
tjni and Ruchip16 committed Jul 18, 2023
1 parent bd41007 commit 2a7e248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pytest \

## Inventory

Using ansible first starts with defining your inventory. This can be done
Using ansible first starts with defining your inventory. This can be done in
several ways, but to start, we'll use the `ansible_adhoc` fixture.

```python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ disable = [
"invalid-name",
]

[tool.pytest]
[tool.pytest.ini_options]
minversion = 6.0
addopts = ["-v", "--tb=native"]
markers = [
Expand Down

0 comments on commit 2a7e248

Please sign in to comment.