summary refs log tree commit diff
path: root/pkgs/development/python-modules/pbr/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pbr/tests.nix')
-rw-r--r--pkgs/development/python-modules/pbr/tests.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pbr/tests.nix b/pkgs/development/python-modules/pbr/tests.nix
index b31334589f5..aacb726d6a1 100644
--- a/pkgs/development/python-modules/pbr/tests.nix
+++ b/pkgs/development/python-modules/pbr/tests.nix
@@ -1,8 +1,8 @@
 { buildPythonPackage
+, build
 , git
 , gnupg
 , pbr
-, mock
 , sphinx
 , stestr
 , testresources
@@ -27,9 +27,9 @@ buildPythonPackage rec {
 
   checkInputs = [
     pbr
+    build
     git
     gnupg
-    mock
     sphinx
     stestr
     testresources