Skip to content

Commit

Permalink
pip install -e .
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 17, 2023
1 parent b752c79 commit cd37bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ zip-safe = false
[tool.setuptools.packages]
find = {namespaces = false}

[tool.pytest.ini_options]
addopts = "-r xs"
testpaths = ["tests", "src"]
# [tool.pytest.ini_options]
# addopts = "-r xs"
# testpaths = ["tests", "src"]

[tool.aliases]
test = "pytest"
Expand Down

0 comments on commit cd37bdb

Please sign in to comment.