mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 20:47:25 +00:00
cfripper: 1.13.1 -> 1.13.2
This commit is contained in:
parent
02b3b4c551
commit
d4ea9d17a7
@ -5,13 +5,13 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "cfripper";
|
||||
version = "1.13.1";
|
||||
version = "1.13.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Skyscanner";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-V27eZoeg5r+h8W1H66eNauGOvV8tT/oo4fRfSLhz1MY=";
|
||||
hash = "sha256-wcOtj56l2bUYE+WdbDwtB3aWlP2zEAFaaqw4THcHxbY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
@ -43,6 +43,11 @@ python3.pkgs.buildPythonApplication rec {
|
||||
"tests/config/test_pluggy.py"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Assertion fails
|
||||
"test_multiple_resources_with_wildcard_resources_are_detected"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"cfripper"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user