Skip to content

Commit d955ce1

Browse files
committed
fix async_tests
1 parent 3c610b3 commit d955ce1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,8 @@ jobs:
262262
cp -r tests bgtests/tests
263263
cd bgtests
264264
touch __init__.py
265-
rm -rf tests/integration
266265
pytest --headless --nopercyfinalize tests/background_callback -v -s
267-
pytest --headless --nopercyfinalize -k tests/async_tests -v -s
266+
pytest --headless --nopercyfinalize tests/async_tests -v -s
268267
269268
table-unit:
270269
name: Table Unit/Lint Tests (Python ${{ matrix.python-version }})

0 commit comments

Comments
 (0)