Skip to content

Commit

Permalink
Merge master into staging-next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 1, 2024
2 parents 9b79a05 + c00f203 commit 0b714b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions pkgs/development/python-modules/duckdb-engine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
pythonOlder,
duckdb,
hypothesis,
ipython-sql,
pandas,
poetry-core,
pytest-remotedata,
snapshottest,
sqlalchemy,
typing-extensions,
}:
Expand Down Expand Up @@ -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
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0b714b1

Please sign in to comment.