Skip to content

Commit

Permalink
sherlock: 0-unstable-2024-06-04 -> 0-unstable-2024-06-09
Browse files Browse the repository at this point in the history
  • Loading branch information
applePrincess committed Jun 10, 2024
1 parent e72d157 commit 8437d4f
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions pkgs/tools/security/sherlock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "sherlock";
version = "0-unstable-2024-05-15";
version = "0-unstable-2024-06-09";
format = "pyproject";

src = fetchFromGitHub {
owner = "ppfeister";
owner = "sherlock-project";
repo = "sherlock";
rev = "feature/tox";
hash = "sha256-bK1dljl9GL90Xew48SMJQgQddVWWHmDdoGws9s5TU1o=";
rev = "d678908c00f16c7f6c44efc0357cef713fa96739";
hash = "sha256-XAXDqbdHQta9OiupbPmmyp3TK1VLtDQ7CadsOei/6rs=";
};

patches = [
Expand Down Expand Up @@ -71,13 +71,18 @@ python3.pkgs.buildPythonApplication rec {
"stem"
];

disabledTests = [
"test_validate_manifest_against_remote_schema" # Requires network connection
pytestFlagsArray = [
"-m"
"'not online'"
];

disabledTestPaths = [
"tests/test_probes.py" # Requires network connection
];
# disabledTests = [
# "test_validate_manifest_against_remote_schema" # Requires network connection
# ];

# disabledTestPaths = [
# "tests/test_probes.py" # Requires network connection
# ];

passthru.updateScript = unstableGitUpdater {
hardcodeZeroVersion = true;
Expand Down

0 comments on commit 8437d4f

Please sign in to comment.