mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
missing updates about the new "appdirs" dep
This commit is contained in:
parent
25b3eb5261
commit
0d8b65a9c0
2 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
3
mypy.ini
3
mypy.ini
|
@ -17,3 +17,6 @@ ignore_missing_imports = True
|
|||
|
||||
[mypy-pytest_httpbin]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-appdirs]
|
||||
ignore_missing_imports = True
|
||||
|
|
Loading…
Add table
Reference in a new issue