a
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
This commit is contained in:
parent
aa450738a0
commit
0ecdd28a0b
|
@ -2,13 +2,14 @@ pipeline:
|
|||
install:
|
||||
image: python:${PYTHON}-slim
|
||||
commands:
|
||||
- apt update
|
||||
- apt install libmariadb-dev gcc -y
|
||||
- python -m venv --clear venv
|
||||
- source venv/bin/activate
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install -v ".[tests]"
|
||||
test:
|
||||
image: python:${PYTHON}-slim
|
||||
commands:
|
||||
- source venv/bin/activate
|
||||
- python -m pytest
|
||||
|
||||
|
||||
|
|
|
@ -29,13 +29,15 @@ install_requires =
|
|||
sqlalchemy>=1.4.26
|
||||
toml
|
||||
werkzeug
|
||||
PyMySQL;platform_system=='Windows'
|
||||
mysqlclient;platform_system!='Windows'
|
||||
|
||||
|
||||
[options.extras_require]
|
||||
argon = argon2-cffi
|
||||
ldap = flask_ldapconn; ldap3
|
||||
tests = pytest; pytest-depends; coverage
|
||||
mysql =
|
||||
PyMySQL;platform_system=='Windows'
|
||||
mysqlclient;platform_system!='Windows'
|
||||
|
||||
[options.package_data]
|
||||
* = *.toml
|
||||
|
|
Loading…
Reference in New Issue