Merge pull request #155279 from SuperSandro2000/tempest

This commit is contained in:
Sandro 2022-01-17 02:17:32 +01:00 committed by GitHub
commit d5f90c9b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ buildPythonApplication rec {
patches = [ patches = [
# remove need for unittest2 # remove need for unittest2
(fetchpatch { (fetchpatch {
url = "https://github.com/openstack/tempest/pull/32/commits/cd3745c27b7d8fcdaffc72b965a3d803d9ee12c2.patch"; url = "https://github.com/openstack/tempest/commit/cd3745c27b7d8fcdaffc72b965a3d803d9ee12c2.patch";
sha256 = "sha256-UwUmyFZokH66Xqfsj982MBHb0w7x6v4SAtXlqA5dpnk="; sha256 = "sha256-UwUmyFZokH66Xqfsj982MBHb0w7x6v4SAtXlqA5dpnk=";
}) })
]; ];