mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-08-07 00:53:52 +00:00
Merge pull request #3 from RationallyPrime/fix/apscheduler-tests
fix: disable apscheduler tests (processpool failures in nix sandbox)
This commit is contained in:
commit
4f3060ea08
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ let
|
||||||
# cherrypy test_logging tests crash in macOS Nix sandbox (signal 0)
|
# cherrypy test_logging tests crash in macOS Nix sandbox (signal 0)
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
|
apscheduler = prev.apscheduler.overridePythonAttrs (_old: {
|
||||||
|
# apscheduler processpool tests fail in the nix sandbox (signal handling)
|
||||||
|
doCheck = false;
|
||||||
|
});
|
||||||
tenacity = prev.tenacity.overridePythonAttrs (_old: rec {
|
tenacity = prev.tenacity.overridePythonAttrs (_old: rec {
|
||||||
# hermes-agent >=0.4.0 requires tenacity >=9.1.4; nixpkgs has 9.1.2
|
# hermes-agent >=0.4.0 requires tenacity >=9.1.4; nixpkgs has 9.1.2
|
||||||
version = "9.1.4";
|
version = "9.1.4";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue