We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c610b3 commit d955ce1Copy full SHA for d955ce1
.github/workflows/testing.yml
@@ -262,9 +262,8 @@ jobs:
262
cp -r tests bgtests/tests
263
cd bgtests
264
touch __init__.py
265
- rm -rf tests/integration
266
pytest --headless --nopercyfinalize tests/background_callback -v -s
267
- pytest --headless --nopercyfinalize -k tests/async_tests -v -s
+ pytest --headless --nopercyfinalize tests/async_tests -v -s
268
269
table-unit:
270
name: Table Unit/Lint Tests (Python ${{ matrix.python-version }})
0 commit comments