Skip to content

Commit

Permalink
Remove old broken dependency which doesn't work with newer pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Mar 24, 2019
1 parent a7ac66a commit 1b7a337
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ paho-mqtt==1.3.1
pyjwt
pykwalify>=1.6.1
pytest-cov
pytest-remove-stale-bytecode
pytest>=3.6.0
python-box
pyyaml
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def run(self):
"pytest-cov",
"colorlog",
"mock",
"faker",
"pytest-remove-stale-bytecode"
"faker"
]

setup(
Expand Down
1 change: 0 additions & 1 deletion tox-integration.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ deps =
pyjwt
paho-mqtt
mqtt: fluent-logger
pytest-remove-stale-bytecode
commands =
docker-compose stop
docker-compose build
Expand Down

0 comments on commit 1b7a337

Please sign in to comment.