Skip to content

Commit ab63a84

Browse files
authored
Pylint and tox fixes (#61)
1 parent 1cdb653 commit ab63a84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
import logging
2222
import pytest
2323
from requests.exceptions import HTTPError
24-
from tests.lib.query_handler import GraphQLQueryHandler
2524
from eiffel_graphql_api.graphql.api import APP
2625
from eiffel_graphql_api.graphql.db.database import get_database
2726
from eiffel_graphql_api.graphql.db.database import get_client
27+
from tests.lib.query_handler import GraphQLQueryHandler
2828

2929

3030
logging.basicConfig(level=logging.DEBUG)

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ setenv = MONGODB_CONNSTRING = mongodb://localhost:27017
1515
MONGODB_DATABASE = testing_eiffel_graphql_api
1616
commands =
1717
pytest -s --log-format="%(levelname)%: %(message)s" {posargs}
18+
basepython = python3.6
1819

1920
[testenv:black]
2021
deps =

0 commit comments

Comments
 (0)