Skip to content

Commit 68b0d71

Browse files
committed
Add ignore paths for pytest
1 parent 450c315 commit 68b0d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ target-version = ["py38"]
1111

1212
[tool.pytest.ini_options]
1313
asyncio_mode = "auto"
14+
addopts = "--ignore mautrix/util/db/ --ignore mautrix/bridge/"

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
from mautrix import __version__
44

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

98
setuptools.setup(
109
name="mautrix",

0 commit comments

Comments
 (0)