Skip to content

Commit 70fd80e

Browse files
committed
update test configs
1 parent dbef430 commit 70fd80e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
test:
9-
109
runs-on: ${{ matrix.os }}
1110

1211
strategy:
@@ -30,9 +29,9 @@ jobs:
3029
run: poetry install
3130

3231
- name: Test with pytest
33-
run: poetry run pytest tests/ --cov=dynamodb_pyio --cov-report=xml
32+
run: poetry run pytest tests/ -svv --cov=dynamodb_pyio --cov-report=xml -m "not integration"
3433

3534
- name: Use Codecov to track coverage
3635
uses: codecov/codecov-action@v3
3736
with:
38-
files: ./coverage.xml # coverage report
37+
files: ./coverage.xml # coverage report

tests/io_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
from apache_beam import GroupIntoBatches
2828
from apache_beam.options import pipeline_options
2929
from apache_beam.testing.test_pipeline import TestPipeline
30-
from apache_beam.testing.util import assert_that, equal_to
3130

3231
from dynamodb_pyio.boto3_client import DynamoDBClient, DynamoDBClientError
3332
from dynamodb_pyio.io import WriteToDynamoDB, _DynamoDBWriteFn

0 commit comments

Comments
 (0)