Skip to content

Commit bad4439

Browse files
committed
Fix tests by downgrading to grafanalib==0.7.0
grafanalib 0.7.1 and newer no longer supports Python 3.7.
1 parent a200610 commit bad4439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test": [
3636
"pytest<8",
3737
"lovely-pytest-docker<1",
38-
"grafanalib<0.8",
38+
"grafanalib==0.7.0",
3939
]
4040
}
4141

0 commit comments

Comments
 (0)