We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b704973 commit 6a36f51Copy full SHA for 6a36f51
Dockerfile.dev
@@ -35,6 +35,9 @@ RUN \
35
&& apt-get clean \
36
&& rm -rf /var/lib/apt/lists/*
37
38
+# Add go2rtc binary
39
+COPY --from=ghcr.io/alexxit/go2rtc:latest /usr/local/bin/go2rtc /bin/go2rtc
40
+
41
# Install uv
42
RUN pip3 install uv
43
requirements_test.txt
@@ -1,5 +1,5 @@
1
# Strictly for tests
2
-pytest==8.3.1
+pytest==8.3.4
3
#pytest-cov==2.9.0
4
#pytest-homeassistant
5
pytest-homeassistant-custom-component==0.13.201
0 commit comments