Skip to content

Commit b128db2

Browse files
committed
pyproject: use labgrid pyserial fork
Newer pypi releases forbid dependencies that are not also hosted on pypi. To this end I have upgraded out pyserial fork with pyproject.toml support and a test, build and release pipeline. We can switch over to a pypi provided pyserial-labgrid now. Signed-off-by: Rouven Czerwinski <[email protected]> (cherry picked from commit 7bd2a6b)
1 parent 86a3035 commit b128db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"jinja2==3.0.2",
3636
"packaging==21.0",
3737
"pexpect==4.8.0",
38-
"pyserial @ git+https://github.com/labgrid-project/pyserial.git@v3.4.0.1",
38+
"pyserial-labgrid>=3.4.0.1",
3939
"pytest==7.2.2",
4040
"pyudev==0.22.0",
4141
"pyusb==1.2.1",

0 commit comments

Comments
 (0)