mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
boofuzz: disable failing test
This commit is contained in:
parent
2d7d15c064
commit
40a7a7876e
@ -12,8 +12,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jtpereyda";
|
owner = "jtpereyda";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-mbxImm5RfYWq1JCCSvvG58Sxv2ad4BOh+RLvtNjQCKE=";
|
hash = "sha256-mbxImm5RfYWq1JCCSvvG58Sxv2ad4BOh+RLvtNjQCKE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
@ -42,6 +42,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
"TestNoResponseFailure"
|
"TestNoResponseFailure"
|
||||||
"TestProcessMonitor"
|
"TestProcessMonitor"
|
||||||
"TestSocketConnection"
|
"TestSocketConnection"
|
||||||
|
# SyntaxError: invalid syntax, https://github.com/jtpereyda/boofuzz/issues/663
|
||||||
|
"test_msg_60_bytes"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user