Skip to content

Commit

Permalink
Revert "Add py as dependency to remeditate AttributeError: module 'py…
Browse files Browse the repository at this point in the history
…' has no attribute 'io' (#818)"

This reverts commit 465c348.
  • Loading branch information
michaelboulton committed Nov 8, 2022
1 parent a610485 commit 5e28c34
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -28,7 +28,6 @@ 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: 0 additions & 1 deletion tox-integration.ini
Expand Up @@ -17,7 +17,6 @@ changedir =
generic: tests/integration
noextra: tests/integration
deps =
py
docker-compose
flask
allure-pytest
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Expand Up @@ -3,8 +3,6 @@ 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 5e28c34

Please sign in to comment.