Skip to content

Commit

Permalink
ci: Pin scapy version.
Browse files Browse the repository at this point in the history
The latest scapy version (2.6.0) fails to properly evaulate if
.config directory already exists [0]. Pin the version to 2.5.0
for the time being as that one was working without any issues.

[0] secdev/scapy#4546
Signed-off-by: Ales Musil <amusil@redhat.com>
Signed-off-by: Mark Michelson <mmichels@redhat.com>
  • Loading branch information
almusil authored and putnopvut committed Oct 1, 2024
1 parent eefaba4 commit 6d0662d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/containers/py-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8==5.0.4
scapy
scapy==2.5.0
sphinx
setuptools
pyelftools
Expand Down

0 comments on commit 6d0662d

Please sign in to comment.