Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ jobs:
- name: Run core platform tests
env:
BASE_URL: http://localhost:6217
ADMIN_EMAIL: admin@example.com
ADMIN_PASSWORD: admin123
OPENAI_API_KEY: "test-key" # Signals to skip moderation tests
run: |
python tests/e2e_test.py

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Flask-Login==0.6.3
Flask-WTF==1.2.2
Flask-SocketIO==5.5.1
WTForms==3.2.1
Werkzeug==3.1.3
Werkzeug==3.1.5

# OpenAI integration
openai>=1.55.3
Expand All @@ -32,3 +32,4 @@ beautifulsoup4==4.14.2
# Async support
asyncio
asyncpg==0.30.0
urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability
Loading
Loading