Skip to content

Commit

Permalink
Add py as dependency to remeditate AttributeError: module 'py' has no…
Browse files Browse the repository at this point in the history
… attribute 'io' (#818)
  • Loading branch information
ahebrank committed Nov 7, 2022
1 parent 8152bc5 commit 465c348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -28,6 +28,7 @@ pyjwt>=2.4.0,<3
paho-mqtt>=1.3.1,<=1.6.1
jmespath<1
pytest>=6.2,<8
py
python-box>4,<6
stevedore

1 change: 1 addition & 0 deletions tox-integration.ini
Expand Up @@ -17,6 +17,7 @@ changedir =
generic: tests/integration
noextra: tests/integration
deps =
py
docker-compose
flask
allure-pytest
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -3,6 +3,8 @@ envlist = py37,py38,py39,py310,py39lint,py39black,py39mypy,py39-pytest6
skip_missing_interpreters = true

[testenv]
deps =
py
extras =
tests
commands =
Expand Down

0 comments on commit 465c348

Please sign in to comment.