diff options
Diffstat (limited to 'pkgs/development/python-modules/python-vagrant')
| -rw-r--r-- | pkgs/development/python-modules/python-vagrant/default.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/python-vagrant/default.nix b/pkgs/development/python-modules/python-vagrant/default.nix index dcf29a4662d9..3527defa41da 100644 --- a/pkgs/development/python-modules/python-vagrant/default.nix +++ b/pkgs/development/python-modules/python-vagrant/default.nix @@ -1,9 +1,10 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, setuptools -, setuptools-scm -, wheel +{ + lib, + buildPythonPackage, + fetchFromGitHub, + setuptools, + setuptools-scm, + wheel, }: buildPythonPackage rec { @@ -27,9 +28,7 @@ buildPythonPackage rec { # The tests try to connect to qemu doCheck = false; - pythonImportsCheck = [ - "vagrant" - ]; + pythonImportsCheck = [ "vagrant" ]; meta = { description = "Python module that provides a thin wrapper around the vagrant command line executable"; |
