Merge master into staging-next
This commit is contained in:
commit
0b714b1da7
@ -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
|
||||
];
|
||||
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user