~ruther/guix-local

be6172d0064cad8cf8f7e148b9dc5638133f0ccd — Greg Hogan 1 year, 7 months ago 6f6a008
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
3 files changed, 2 insertions(+), 3 deletions(-)

M etc/teams.scm
M gnu/packages/python-web.scm
M gnu/packages/python-xyz.scm
M etc/teams.scm => etc/teams.scm +0 -1
@@ 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"

M gnu/packages/python-web.scm => gnu/packages/python-web.scm +1 -1
@@ 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 '

M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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")))