summary refs log tree commit diff
path: root/pkgs/development/python-modules/inflection/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/inflection/default.nix')
-rw-r--r--pkgs/development/python-modules/inflection/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/inflection/default.nix b/pkgs/development/python-modules/inflection/default.nix
index 6f439f0f69ac7..f6d327d229d89 100644
--- a/pkgs/development/python-modules/inflection/default.nix
+++ b/pkgs/development/python-modules/inflection/default.nix
@@ -12,7 +12,7 @@ buildPythonPackage rec {
 
   checkInputs = [ pytest ];
   # Suppress overly verbose output if tests run successfully
-  checkPhase = ''pytest >/dev/null || pytest'';
+  checkPhase = "pytest >/dev/null || pytest";
 
   meta = {
    homepage = "https://github.com/jpvanhal/inflection";