Skip to content

Commit b0e07db

Browse files
authored
Merge pull request FRRouting#20369 from opensourcerouting/fix/add_pytest
docker: Add missing `pytest` package for Alpine as dependency
2 parents c7f99ab + 6bfdfc8 commit b0e07db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine/APKBUILD.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ makedepends="ncurses-dev net-snmp-dev gawk texinfo perl
1919
perl pkgconf python3 python3-dev readline readline-dev sqlite-libs pcre2-dev
2020
squashfs-tools sudo tar texinfo xorriso xz-libs py-pip rtrlib rtrlib-dev
2121
py3-sphinx elfutils elfutils-dev protobuf-c-compiler protobuf-c-dev
22-
lua5.3-dev lua5.3 gzip"
22+
lua5.3-dev lua5.3 gzip pytest"
2323
checkdepends="pytest py-setuptools"
2424
install="$pkgname.pre-install $pkgname.pre-deinstall $pkgname.post-deinstall"
2525
subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg"

0 commit comments

Comments
 (0)