Compare commits

..

No commits in common. "1b347bcdac85c2b0235089fa2f09e1038549848a" and "e0d6f4f223e6b71f3b49eabb09aafa2e6570ace4" have entirely different histories.

3 changed files with 1 additions and 8 deletions

View File

@ -33,6 +33,6 @@ jobs:
- name: E2E Test - name: E2E Test
run: | run: |
cd e2e_tests cd e2e_tests
docker compose -f docker-compose.ci.yml up -d docker compose up -d
pip install -r requirements.txt pip install -r requirements.txt
pytest pytest

View File

@ -3,7 +3,6 @@ services:
build: build:
context: ../ context: ../
dockerfile: Dockerfile dockerfile: Dockerfile
command: web
ports: ports:
- "3000:3000" - "3000:3000"
mock_masto: mock_masto:

View File

@ -1,17 +1,11 @@
certifi==2024.2.2 certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2 charset-normalizer==3.3.2
cryptography==42.0.7
exceptiongroup==1.2.1 exceptiongroup==1.2.1
http-message-signatures==0.5.0
http_sfv==0.9.9
idna==3.7 idna==3.7
iniconfig==2.0.0 iniconfig==2.0.0
packaging==24.0 packaging==24.0
pluggy==1.5.0 pluggy==1.5.0
pycparser==2.22
pytest==8.2.0 pytest==8.2.0
requests==2.31.0 requests==2.31.0
tomli==2.0.1 tomli==2.0.1
typing_extensions==4.11.0
urllib3==2.2.1 urllib3==2.2.1