Skip to content

Commit

Permalink
Merge pull request #72 from openclimatefix/python312
Browse files Browse the repository at this point in the history
Update Dockerfile python 312
  • Loading branch information
peterdudfield authored Dec 8, 2023
2 parents 9b6abe7 + eab6642 commit 68d9bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.11-slim

# make sure it doesnt fail if the docker file doesnt know the git commit
ARG GIT_PYTHON_REFRESH=quiet
Expand Down
2 changes: 1 addition & 1 deletion tests/intergration/test_ss_passiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_get_all_systems():

# these numbers seem to change over time
assert len(pv_systems) >= 56824
assert len(pv_systems) <= 56970
assert len(pv_systems) <= 57200
assert pv_systems[0].installed_capacity_kw is not None


Expand Down

0 comments on commit 68d9bc6

Please sign in to comment.