Skip to content
Snippets Groups Projects
Commit 9305257c authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] update pytest environment

parent df4dd205
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@
# run tests
tests:
pytest -q -s ${TESTS_FILTER}
python3 gen_resources.py
python3 gen_translations.py --lrelease
pytest -q -s --disable-warnings ${TESTS_FILTER}
# check
check: mypy pylint check-format
......
black==19.10b0
duniter-mirage==0.1.15
mypy==0.761
duniter-mirage==0.1.50
mypy==0.770
pylint==2.4.4
pytest==5.3.5
pytest-asyncio==0.10.0
pytest
pytest-asyncio
md-to-html
\ No newline at end of file
......@@ -5,19 +5,17 @@ import sqlite3
import mirage
import sys
import os
import locale
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
from sakia.constants import ROOT_SERVERS
from duniterpy.documents import BlockUID
from duniterpy.key import ScryptParams
from duniterpy.key.scrypt_params import ScryptParams
from sakia.app import Application
from sakia.options import SakiaOptions
from sakia.data.files import *
from sakia.data.entities import *
from sakia.data.repositories import *
from sakia.services import DocumentsService
_application_ = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment