Skip to content

Commit

Permalink
Disable PyPy inclusion in Pytest execution, for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgregor committed Dec 13, 2023
1 parent 8f090ea commit 8a2bd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mongodb = 'uri.scheme:URLScheme'


[tool.pytest.ini_options]
addopts = '-l -r fEsxw --cov uri --mypy --no-cov-on-fail --cov-report term-missing --cov-report xml --flakes --isort --durations=5 --color=yes test'
addopts = '-l -r fEsxw --cov uri --no-cov-on-fail --cov-report term-missing --cov-report xml --flakes --isort --durations=5 --color=yes test'

flakes-ignore = [
'test/*.py UnusedImport',
Expand Down

0 comments on commit 8a2bd79

Please sign in to comment.