diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5baddf1abb..01992dc729 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12532,11 +12532,11 @@ (define-public python-pythonanywhere (setenv "HOME" "/tmp"))) (replace 'check (lambda* (#:key tests? #:allow-other-keys) - (when tests? - ;; exclude tests marked as slowtest that assume running - ;; inside git repository on system with virtualenvwrapper - ;; installed. - (invoke "pytest" "-m" "not slowtest"))))))) + (when tests? + ;; Exclude tests marked as slowtest that assume running + ;; inside Git repository on system with virtualenvwrapper + ;; installed. + (invoke "pytest" "-m" "not slowtest"))))))) (native-inputs (list python-pytest python-psutil @@ -12552,9 +12552,9 @@ (define-public python-pythonanywhere python-typer)) (home-page "https://github.com/pythonanywhere/helper_scripts/") (synopsis "PythonAnywhere helper tools for users") - (description "PythonAnywhere helper tools for users. Cli and python wrapper -around API that allows managing web apps and scheduled tasks. Includes single-command -deployment for Django Girls tutorial.") + (description "PythonAnywhere provides a command-line interface and an +application programming interface that allows managing Web apps and scheduled +tasks. It includes single-command deployment for the Django Girls tutorial.") (license license:expat))) (define-public python-pythondialog