ci: Dockerfile: Drop obsolete dependency on pytest-bdd

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-10-11 11:34:28 -07:00 committed by Veiko Aasa
parent 3742ab8f6b
commit ecc03e2d3b
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -25,4 +25,4 @@ RUN apt-get install -y build-essential \
RUN apt-get install -y $(./run --list-dependencies)
# Coverage should know that test_functional.py files are tests
RUN pip3 install --break-system-packages splinter pytest-bdd
RUN pip3 install --break-system-packages splinter