gnu, teams: Fix typos.

* etc/teams.scm: Remove miscopied comment.
* gnu/packages/python-web.scm, gnu/packages/python-xyz.scm:
Fix spelling.

Change-Id: I1d7aea5804c1216a5f43d19f10772861c5d673bd
This commit is contained in:
Greg Hogan 2024-11-19 20:23:38 +00:00 committed by Ludovic Courtès
parent 6f6a008bb1
commit be6172d006
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
3 changed files with 2 additions and 3 deletions

View file

@ -123,7 +123,6 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@"
#:scope #:scope
(list "gnu/packages/django.scm" (list "gnu/packages/django.scm"
"gnu/packages/jupyter.scm" "gnu/packages/jupyter.scm"
;; Match haskell.scm and haskell-*.scm.
(make-regexp* "^gnu/packages/python(-.+|)\\.scm$") (make-regexp* "^gnu/packages/python(-.+|)\\.scm$")
"gnu/packages/sphinx.scm" "gnu/packages/sphinx.scm"
"gnu/packages/tryton.scm" "gnu/packages/tryton.scm"

View file

@ -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)) #~(list "--numprocesses" (number->string (parallel-job-count))
;; Tests require networking. ;; Tests require networking.
"--ignore" "tests/integration" "--ignore" "tests/integration"
;; It strugles to set PYTHONPATH. ;; It struggles to set PYTHONPATH.
;; ;;
;; AssertionError: 'argument operation: Invalid choice, valid ;; AssertionError: 'argument operation: Invalid choice, valid
;; choices are:' not found in ' ;; choices are:' not found in '

View file

@ -20699,7 +20699,7 @@ browser from Python.")
(list (list
#:test-flags #:test-flags
#~(list "--numprocesses" (number->string (min (parallel-job-count) 8)) #~(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" "--ignore" "tests/functional/leak/test_resource_leaks.py"
;; Tests require networking. ;; Tests require networking.
"--ignore" "tests/integration"))) "--ignore" "tests/integration")))