File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -253,28 +253,14 @@ jobs:
253
253
run : |
254
254
python -c "import redis; r = redis.Redis(host='localhost', port=6379, db=0); r.ping(); print('Successfully connected to Redis!')"
255
255
256
- - name : Run Background Callback Tests
256
+ - name : Run Background & Async Callback Tests
257
257
run : |
258
258
mkdir bgtests
259
259
cp -r tests bgtests/tests
260
260
cd bgtests
261
261
touch __init__.py
262
262
pytest --headless --nopercyfinalize tests/background_callback -v -s
263
-
264
- - name : Build/Setup test components
265
- run : npm run setup-tests.py
266
-
267
- - name : Verify Redis connection
268
- run : |
269
- python -c "import redis; r = redis.Redis(host='localhost', port=6379, db=0); r.ping(); print('Successfully connected to Redis!')"
270
-
271
- - name : Run Async Callback Tests
272
- run : |
273
263
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async]"' \;
274
- mkdir astests
275
- cp -r tests astests/tests
276
- cd astests
277
- touch __init__.py
278
264
pytest --headless --nopercyfinalize -k test_async -v -s
279
265
280
266
table-unit :
You can’t perform that action at this time.
0 commit comments