Skip to content

Commit c34d0a2

Browse files
committed
pytest ignore test_client.py test_websocket_integration.py
1 parent 77b604b commit c34d0a2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tox.ini

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
envlist = py{27,37,38,39,310,311}
33

44
[testenv]
5-
whitelist_externals = echo make
5+
# whitelist_externals = echo make
66
deps =
7-
-rrequirements.txt
7+
# -rrequirements.txt
8+
mock
9+
pytest
810
commands =
9-
python setup.py test
10-
make -C test test
11+
# Tests in these two files are fixed in https://github.com/eclipse/paho.mqtt.python/pull/712
12+
pytest --ignore=tests/test_client.py --ignore=tests/test_websocket_integration.py
13+

0 commit comments

Comments
 (0)