mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
lint fixes
This commit is contained in:
parent
f9584929e3
commit
9aef70c43f
@ -8,6 +8,8 @@ RUN echo 'Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch' > /etc
|
||||
&& pacman-key --populate archlinux
|
||||
|
||||
RUN pacman --noconfirm --ask=4 -Syy \
|
||||
&& pacman --needed --noconfirm --ask=4 -S \
|
||||
archlinux-keyring \
|
||||
&& pacman --needed --noconfirm --ask=4 -S \
|
||||
glibc \
|
||||
pacman \
|
||||
@ -17,7 +19,6 @@ RUN pacman --noconfirm --ask=4 -Syy \
|
||||
&& pacman --noconfirm --ask=4 -Syu \
|
||||
&& pacman --needed --noconfirm --ask=4 -S \
|
||||
p11-kit \
|
||||
archlinux-keyring \
|
||||
ca-certificates \
|
||||
ca-certificates-mozilla \
|
||||
ca-certificates-utils \
|
||||
|
||||
@ -3,7 +3,7 @@ envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint, shellcheck
|
||||
skipsdist = true
|
||||
|
||||
[testenv]
|
||||
basepython = python3.12
|
||||
basepython = python3.13
|
||||
sitepackages = true
|
||||
changedir = /src
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user