merge testing->tomerge/main #7

Open
anti wants to merge 242 commits from testing into tomerge/main
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 4abfac1a98 - Show all commits

3
.gitignore vendored
View File

@@ -1,6 +1,7 @@
.venv/ .venv/
logs/ logs/
.claude/ .claude/*
CLAUDE.md
__pycache__/ __pycache__/
*.pyc *.pyc
*.pyo *.pyo

View File

@@ -34,7 +34,7 @@ from sqlalchemy.ext.asyncio import create_async_engine
from decnet.web.db.mysql.repository import MySQLRepository from decnet.web.db.mysql.repository import MySQLRepository
LIVE_URL = os.environ.get("DECNET_MYSQL_TEST_URL") or os.environ.get("DECNET_DB_URL") LIVE_URL = "mysql+asyncmy://root:root@127.0.0.1:3307/decnet"
pytestmark = [ pytestmark = [
pytest.mark.live, pytest.mark.live,