missing updates about the new "appdirs" dep

This commit is contained in:
lilydjwg 2020-08-31 17:50:11 +08:00
parent 25b3eb5261
commit 0d8b65a9c0
2 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@ python:
- "3.8"
- "nightly"
before_install: openssl enc -d -aes-256-ctr -pbkdf2 -k $KEY -in keyfile.toml.enc -out keyfile.toml
install: pip install -U $DEPS pytest pytest-asyncio pytest-httpbin flaky structlog toml
install: pip install -U $DEPS pytest pytest-asyncio pytest-httpbin flaky structlog toml appdirs
script: pytest
env:
global:

View File

@ -17,3 +17,6 @@ ignore_missing_imports = True
[mypy-pytest_httpbin]
ignore_missing_imports = True
[mypy-appdirs]
ignore_missing_imports = True