mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-07-28 20:43:21 +02:00
fix: UDP-transport hardening, bridge tracker coverage, CI repairs; release 0.7.2 (#840)
* fix: UDP-transport hardening, bridge tracker coverage, CI repairs; release 0.7.2 * fix: UDP-transport hardening, bridge tracker coverage, CI repairs; release 0.7.2
This commit is contained in:
@@ -37,9 +37,13 @@ jobs:
|
||||
with:
|
||||
python-version: "3.13"
|
||||
- name: Install dependencies
|
||||
# Install from the manifest, not a hand-picked list: PR #838 added
|
||||
# `cryptography` to data/requirements.txt and the hand-list here missed
|
||||
# it, breaking test collection on main. requirements.txt already carries
|
||||
# the dev deps (black/pytest/pytest-cov) too.
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install black pytest pytest-cov meshtastic meshcore
|
||||
pip install -r data/requirements.txt
|
||||
- name: Test with pytest and coverage
|
||||
run: |
|
||||
mkdir -p reports
|
||||
|
||||
Reference in New Issue
Block a user