Merge master into staging-next

This commit is contained in:
github-actions[bot] 2024-07-01 00:02:49 +00:00 committed by GitHub
commit 0b714b1da7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 11 deletions

View File

@ -6,11 +6,9 @@
pythonOlder,
duckdb,
hypothesis,
ipython-sql,
pandas,
poetry-core,
pytest-remotedata,
snapshottest,
sqlalchemy,
typing-extensions,
}:
@ -40,19 +38,12 @@ buildPythonPackage rec {
export HOME="$(mktemp -d)"
'';
disabledTests = [
# test should be skipped based on sqlalchemy version but isn't and fails
"test_commit"
];
nativeCheckInputs = [ pytestCheckHook ];
checkInputs = [
hypothesis
ipython-sql
pandas
pytest-remotedata
snapshottest
typing-extensions
];

View File

@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "mampfes";
domain = "epex_spot";
version = "2.3.7";
version = "2.3.8";
src = fetchFromGitHub {
owner = "mampfes";
repo = "ha_epex_spot";
rev = "refs/tags/${version}";
hash = "sha256-8cxEOCzlQbS3HbQMBo7/rZb/GfpJvOWayLttEaEENYs=";
hash = "sha256-BwNDI2OMF6bXqFcdr0AJgj9Gb6Uz8BWOfE7M4jqzQJc=";
};
propagatedBuildInputs = [