Dasharo / open-source-firmware-validation

OSFV infrastructure with automated tests and scripts for managing test results
Apache License 2.0
9 stars 2 forks source link

requirements.txt: update dependencies so they work with Python 3.13 #597

Open m-iwanicki opened 4 days ago

m-iwanicki commented 4 days ago

Doesn't fix 100% as telnetlib was removed in Python 3.13:

[ ERROR ] Error in file '/home/miwanicki/projects/open-source-firmware-validation/dasharo-compatibility/network-boot.robot' on line 6: Importing library 'robot.libraries.Telnet' failed: ModuleNotFoundError: No module named 'telnetlib'
Traceback (most recent call last):