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 7b00627 commit 4579cb6
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,6 +1,6 @@
flake8>=6.1.0
meson>=1.4,<1.5
scapy
scapy==2.5.0
sphinx<8.0 # https://github.com/sphinx-doc/sphinx/issues/12711
setuptools
pyelftools
Expand Down

0 comments on commit 4579cb6

Please sign in to comment.