Skip to content

Commit

Permalink
pip install -e .
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 17, 2023
1 parent 9f553cd commit b752c79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ setenv = EXCLUDE = --exclude=./.*,./examples/loop_asyncio.py,*/MQTTV5.py,*/MQTTV
[testenv]
whitelist_externals = echo make
deps =
-rrequirements.txt
flake8
mock
pytest
# -rrequirements.txt
# flake8
commands =
# Tests in these two files are fixed in https://github.com/eclipse/paho.mqtt.python/pull/712
pytest --ignore=tests/test_client.py --ignore=tests/test_websocket_integration.py
Expand Down

0 comments on commit b752c79

Please sign in to comment.