summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-09-18 11:26:35 +0100
committerGitHub <noreply@github.com>2025-09-18 11:26:35 +0100
commit7b2d5828197ce073d95229f70088f56f544ebb48 (patch)
tree95b5cc98e888fca75aa8d737f6a4d28591f0188b
parent9501cd71870633a79677c05d6be69006515f55f6 (diff)
parentdd71dc01ebec0b3b232a67f42ec5dc1c59dd9e60 (diff)
downloadvyos-build-7b2d5828197ce073d95229f70088f56f544ebb48.tar.gz
vyos-build-7b2d5828197ce073d95229f70088f56f544ebb48.zip
Merge pull request #1035 from sarthurdev/T7825
nose: T7825: Use nose2 for unit tests
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5656b327..2cff721e 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -230,7 +230,7 @@ RUN pip --no-cache --no-cache-dir install --break-system-packages \
python3-inotify \
python3-xmltodict \
python3-lxml \
- python3-nose \
+ python3-nose2 \
python3-netifaces \
python3-jinja2 \
python3-jmespath \