Kivy dependencies downgrade
- also fixes video recording - tests are flakey but sometimes pass
This commit is contained in:
parent
b8749c6d7c
commit
73ffd26094
|
@ -1,6 +1,11 @@
|
||||||
kivy-garden.qrcode
|
kivy-garden.qrcode
|
||||||
kivymd==1.0.2
|
kivymd==1.0.2
|
||||||
|
kivy==2.1.0
|
||||||
opencv-python
|
opencv-python
|
||||||
pyzbar
|
pyzbar
|
||||||
git+https://github.com/tito/telenium@9b54ff1#egg=telenium
|
git+https://github.com/tito/telenium@9b54ff1#egg=telenium
|
||||||
Pillow
|
Pillow==9.4.0
|
||||||
|
jaraco.collections==3.8.0
|
||||||
|
jaraco.classes==3.2.3
|
||||||
|
pytz==2022.7.1
|
||||||
|
pydantic==1.10.6
|
||||||
|
|
|
@ -17,8 +17,7 @@ def unittest_discover():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
with open("/proc/self/cgroup", "rt", encoding='ascii', errors='replace') as f:
|
in_docker = os.path.exists("/.dockerenv")
|
||||||
in_docker = "docker" in f.read()
|
|
||||||
|
|
||||||
if in_docker:
|
if in_docker:
|
||||||
try:
|
try:
|
||||||
|
|
Reference in New Issue
Block a user