File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ format:
1111 black ./tests
1212
1313test :
14- py.test --verbose --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py
14+ pytest --verbose --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py
1515
1616before-commit : isort format lint
1717
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ def test_global_packages(
6363 "Bounce2" ,
6464 "ESP Async WebServer" ,
6565 "ESPAsyncTCP" ,
66+ "ESPAsyncTCP" ,
6667 "Homie" ,
6768 ]
6869 # uninstall all deps
@@ -100,6 +101,7 @@ def test_global_packages(
100101 "Bounce2" ,
101102 "ESP Async WebServer" ,
102103 "ESPAsyncTCP" ,
104+ "ESPAsyncTCP" ,
103105 ]
104106 # remove specific dependency
105107 result = clirunner .invoke (
@@ -115,6 +117,7 @@ def test_global_packages(
115117 "ArduinoJson" ,
116118 "AsyncMqttClient" ,
117119 "Bounce2" ,
120+ "ESPAsyncTCP"
118121 ]
119122
120123 # custom storage
You can’t perform that action at this time.
0 commit comments