Skip to content

Commit

Permalink
Fix python tests (#1475)
Browse files Browse the repository at this point in the history
* update to latest ui ref (#1181)

* Fix python integration tests
  • Loading branch information
suprjinx authored Dec 2, 2024
1 parent 81922cc commit 2c36ae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/python/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"fml_client": {
"requirements": [
"mlflow==2.12",
"pytest==7.4.3"
"pytest==7.4.3",
"protobuf==4.25.1"
],
"tests": [
"/src/python/client_test.py"
Expand Down

0 comments on commit 2c36ae6

Please sign in to comment.