Merge pull request #165803 from LibreCybernetics/staging-next-behave

This commit is contained in:
Sandro 2022-03-26 13:11:11 +01:00 committed by GitHub
commit 5d50d00307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "behave";
version = "1.2.7.dev1";
version = "1.2.7.dev2";
src = fetchFromGitHub {
owner = "behave";
repo = pname;
rev = "v${version}";
sha256 = "1ssgixmqlg8sxsyalr83a1970njc2wg3zl8idsmxnsljwacv7qwv";
hash = "sha256-B8PUN1Q4UAsDWrHjPZDlpaPjCKjI/pAogCSI+BQnaWs=";
};
checkInputs = [ pytestCheckHook mock pathpy pyhamcrest pytest-html ];