Skip to content

Commit 465c348

Browse files
authored
Add py as dependency to remeditate AttributeError: module 'py' has no attribute 'io' (#818)
1 parent 8152bc5 commit 465c348

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pyjwt>=2.4.0,<3
2828
paho-mqtt>=1.3.1,<=1.6.1
2929
jmespath<1
3030
pytest>=6.2,<8
31+
py
3132
python-box>4,<6
3233
stevedore
3334

tox-integration.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ changedir =
1717
generic: tests/integration
1818
noextra: tests/integration
1919
deps =
20+
py
2021
docker-compose
2122
flask
2223
allure-pytest

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ envlist = py37,py38,py39,py310,py39lint,py39black,py39mypy,py39-pytest6
33
skip_missing_interpreters = true
44

55
[testenv]
6+
deps =
7+
py
68
extras =
79
tests
810
commands =

0 commit comments

Comments
 (0)