Skip to content

Commit

Permalink
Merge pull request #88 from harfbuzz/fix-appveyor
Browse files Browse the repository at this point in the history
configure pytest to only look in tests/ by default
  • Loading branch information
justvanrossum authored May 18, 2021
2 parents 2f533d9 + 9aeeae2 commit 5ed0ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ commands =
pip wheel --pre --no-deps --no-cache-dir --wheel-dir {distdir} --find-links {distdir} --no-binary {[tox]project_name} {[tox]project_name}

[pytest]
testpaths = tests/
addopts =
-v
-r a

0 comments on commit 5ed0ff2

Please sign in to comment.