Skip to content

Commit

Permalink
chore(tests): simplify Python test dependencies
Browse files Browse the repository at this point in the history
Remove version pinning from `pythonreq.txt` for test dependencies. This
allows flexibility in using the latest compatible versions of
`robotframework` and `robotframework-sshlibrary`. The change reduces
maintenance overhead while still ensuring compatibility for tests.
  • Loading branch information
Amygos committed Dec 20, 2024
1 parent 82f16c7 commit 52b4e6f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tests/pythonreq.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
robotframework==4.1.2
robotframework-sshlibrary==3.8.0
bcrypt==3.2.0
cffi==1.15.0
cryptography==36.0.1
paramiko==2.9.2
pycparser==2.21
pynacl==1.5.0
scp==0.14.2
robotframework
robotframework-sshlibrary

0 comments on commit 52b4e6f

Please sign in to comment.