mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-09 17:39:09 +00:00
Bump pytest from 8.2.0 to 8.2.1 in /test (#5665)
This commit is contained in:
commit
741b9e1b3e
@ -1442,7 +1442,7 @@ installConfigs() {
|
||||
|
||||
# Get the version number of lighttpd
|
||||
version=$(dpkg-query -f='${Version}\n' --show lighttpd)
|
||||
# Test if that version is greater than or euqal to 1.4.56
|
||||
# Test if that version is greater than or equal to 1.4.56
|
||||
if dpkg --compare-versions "$version" "ge" "1.4.56"; then
|
||||
# If it is, then we don't need to disable the modules
|
||||
# (server.modules duplication is ignored in lighttpd 1.4.56+)
|
||||
|
@ -1,5 +1,5 @@
|
||||
pyyaml == 6.0.1
|
||||
pytest == 8.2.0
|
||||
pytest == 8.2.1
|
||||
pytest-xdist == 3.6.1
|
||||
pytest-testinfra == 10.1.0
|
||||
tox == 4.15.0
|
||||
|
Loading…
Reference in New Issue
Block a user