Skip to content

Commit

Permalink
Add ignore paths for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 8, 2024
1 parent 450c315 commit 68b0d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ target-version = ["py38"]

[tool.pytest.ini_options]
asyncio_mode = "auto"
addopts = "--ignore mautrix/util/db/ --ignore mautrix/bridge/"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
from mautrix import __version__

encryption_dependencies = ["python-olm", "unpaddedbase64", "pycryptodome"]
bridge_dependencies = ["ruamel.yaml", "commonmark"]
test_dependencies = ["aiosqlite", "asyncpg", *encryption_dependencies, *bridge_dependencies]
test_dependencies = ["aiosqlite", "asyncpg", *encryption_dependencies]

setuptools.setup(
name="mautrix",
Expand Down

0 comments on commit 68b0d71

Please sign in to comment.