feat: improve performance of reading from the socket during unmarshall (#200)

This commit is contained in:
J. Nick Koston
2023-05-03 17:20:50 -05:00
committed by GitHub
parent a17d6d0fd0
commit e5d355ff40
3 changed files with 12 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ jobs:
if [ "${{ matrix.extension }}" = "skip_cython" ]; then
SKIP_CYTHON=1 poetry install --only=main,dev
else
poetry install --only=main,dev
REQUIRE_CYTHON=1 poetry install --only=main,dev
fi
- name: Test with Pytest
run: export $(dbus-launch); poetry run pytest --cov-report=xml --timeout=5