File tree Expand file tree Collapse file tree 4 files changed +1023
-810
lines changed Expand file tree Collapse file tree 4 files changed +1023
-810
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.10 -slim
1+ FROM python:3.11 -slim
22
33COPY . /app
44WORKDIR /app
55
6- RUN pip install --upgrade pip && pip install pipenv && pipenv install --dev
6+ RUN pip install --upgrade pip && pip install pipenv
7+ # RUN pip install --upgrade pip && pip install pipenv && pipenv install --dev
78
8- CMD ["pipenv" , "run" , "pytest" ]
9+ # CMD ["pipenv", "run", "pytest"]
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ url = "https://pypi.org/simple"
44verify_ssl = true
55
66[dev-packages ]
7- pytest-runner = " *"
8- pytest = " *"
9- vcrpy = " *"
107pylint = " *"
8+ pytest = " *"
119pytest-asyncio = " *"
10+ pytest-runner = " *"
11+ vcrpy = " *"
1212
1313[packages ]
14- twilio = " ==6.54.0"
15- signalwire = {editable = true ,path = " ." }
1614aiohttp = " *"
15+ signalwire = {editable = true ,path = " ." }
16+ twilio = " *"
1717
1818[requires ]
You can’t perform that action at this time.
0 commit comments