Skip to content

Commit

Permalink
moved pytest config to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Maas committed Sep 2, 2022
1 parent 50b94a8 commit a39a815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,4 @@ ignore_directories = [
]

[tool.poetry.scripts]
deptry = "deptry.cli:deptry"

[tool.pytest.ini_options]
norecursedirs = [
"tests/data/*",
]
deptry = "deptry.cli:deptry"
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ whitelist_externals = poetry
commands =
poetry install -v
pytest --doctest-modules tests

[pytest]
norecursedirs = data*

0 comments on commit a39a815

Please sign in to comment.