Skip to content

Commit

Permalink
UPD 'esi-lib' -> 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkrasucki committed Jul 14, 2020
1 parent d57aa18 commit 26ee03c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ESI_IMAGE=esi
ARG ESI_VERSION=1.3.8
ARG ESI_VERSION=1.7.2

FROM ${ESI_IMAGE}:${ESI_VERSION}

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
author_email="",
url="",
install_requires=[
"esi >= 1.3.8"
if os.getenv("USE_INSTALLED_ESI_VERSION", 0) != "1" else "esi",
"esi >= 1.7.2"
if os.getenv("USE_INSTALLED_ESI_VERSION", 0) != "1" else "esi",
"fibonacci-heap-mod",
],
extras_require={"generate": ["bravado"]},
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ indexserver =
default = https://pypi.evetech.net/pypi/

[testenv]
passenv =
passenv =
TEAMCITY_VERSION
PYTEST_ADDOPTS
setenv =
ESI_PYTESTING = 1
deps =
setuphelpers >= 0.1.2
cython >= 0.28.5
esi >= 1.3.8
esi >= 1.7.2
pytest >= 3.9.3
pytest-cov >= 2.7.1
pytest-ordering >= 0.5
Expand All @@ -25,7 +25,7 @@ commands =
py.test --pyargs esi.testing --basetemp={envtmpdir} --cov {envsitepackagesdir}/esi_routes--cov {env:PYTEST_ADDOPTS:} tests/ {posargs}

[testenv:flake8]
passenv =
passenv =
TEAMCITY_VERSION
FLAKE8_ADDOPTS
deps =
Expand All @@ -38,7 +38,7 @@ deps =
commands = flake8 esi_routes tests {env:FLAKE8_ADDOPTS:}

[testenv:pylint]
passenv =
passenv =
TEAMCITY_VERSION
PYLINT_ADDOPTS
deps =
Expand Down

0 comments on commit 26ee03c

Please sign in to comment.