diff --git a/etc/teams.scm b/etc/teams.scm index 33730155a04..4f0873c3d28 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -123,7 +123,6 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@" #:scope (list "gnu/packages/django.scm" "gnu/packages/jupyter.scm" - ;; Match haskell.scm and haskell-*.scm. (make-regexp* "^gnu/packages/python(-.+|)\\.scm$") "gnu/packages/sphinx.scm" "gnu/packages/tryton.scm" diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index dc6a21be550..fd921c77874 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5088,7 +5088,7 @@ opt.override_default_trust_store_from_path(None, os.getenv('SSL_CERT_FILE')) if #~(list "--numprocesses" (number->string (parallel-job-count)) ;; Tests require networking. "--ignore" "tests/integration" - ;; It strugles to set PYTHONPATH. + ;; It struggles to set PYTHONPATH. ;; ;; AssertionError: 'argument operation: Invalid choice, valid ;; choices are:' not found in ' diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c00a54066b5..ece0705291e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20699,7 +20699,7 @@ browser from Python.") (list #:test-flags #~(list "--numprocesses" (number->string (min (parallel-job-count) 8)) - ;; It strugles to find 'botocore'. + ;; It struggles to find 'botocore'. "--ignore" "tests/functional/leak/test_resource_leaks.py" ;; Tests require networking. "--ignore" "tests/integration")))