summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-04-19 11:42:53 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-04-19 11:42:53 +0300
commit30442f49a581447285bd6f050acec6a9b677f3ad (patch)
tree298e25e1297ab14282b78722e685fff3b03bb388 /gnu/packages/python-check.scm
parent2afe7fe09e262aea2d1b9d5bb61c08f7830b55ca (diff)
gnu: Fix some spelling errors.
* gnu/packages/ocaml.scm, gnu/packages/orange.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/pdf.scm, gnu/packages/perl6.scm, gnu/packages/php.scm, gnu/packages/power.scm, gnu/packages/prometheus.scm, gnu/packages/protobuf.scm, gnu/packages/python-check.scm, gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm, gnu/packages/python-science.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/qt.scm, gnu/packages/racket.scm, gnu/packages/radio.scm, gnu/packages/rdf.scm, gnu/packages/rocm.scm, gnu/packages/rpc.scm, gnu/packages/ruby-xyz.scm, gnu/packages/rust-apps.scm, gnu/packages/rust-crates.scm, gnu/packages/rust.scm, gnu/packages/telephony.scm, gnu/packages/terminals.scm: Fix some spelling errors. Change-Id: Iac58897304e471f42ecfbaa3a750ff10ee734ca6
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index f7143acfec9..ebf0299fbc0 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1807,7 +1807,7 @@ HTTP @code{multipart/form-data} parsers and generators.")
1807 (list 1807 (list
1808 #:test-flags 1808 #:test-flags
1809 #~(list "--numprocesses" (number->string (parallel-job-count)) 1809 #~(list "--numprocesses" (number->string (parallel-job-count))
1810 ;; It tries to download hatchling and install aditional test 1810 ;; It tries to download hatchling and install additional test
1811 ;; dependencies. 1811 ;; dependencies.
1812 "--ignore=mypy/test/testpep561.py") 1812 "--ignore=mypy/test/testpep561.py")
1813 #:phases 1813 #:phases
@@ -3032,7 +3032,7 @@ sub-package.")
3032 3032
3033(define-public python-pytest-fixture-config 3033(define-public python-pytest-fixture-config
3034 ;; TODO: Master branch has removed all Python 2 support such Six, consider 3034 ;; TODO: Master branch has removed all Python 2 support such Six, consider
3035 ;; to update and drop python-six from closure in the next update cyle. 3035 ;; to update and drop python-six from closure in the next update cycle.
3036 (package 3036 (package
3037 (name "python-pytest-fixture-config") 3037 (name "python-pytest-fixture-config")
3038 (version "1.8.0") 3038 (version "1.8.0")
@@ -3121,7 +3121,7 @@ compliance.")
3121 (home-page "https://github.com/dropbox/pytest-flakefinder") 3121 (home-page "https://github.com/dropbox/pytest-flakefinder")
3122 (synopsis "Pytest plugin for finding flaky tests") 3122 (synopsis "Pytest plugin for finding flaky tests")
3123 (description "This package provides a Pytest plugin to run tests multiple 3123 (description "This package provides a Pytest plugin to run tests multiple
3124times and detect flakyness.") 3124times and detect flakiness.")
3125 (license license:asl2.0))) 3125 (license license:asl2.0)))
3126 3126
3127(define-public python-pytest-flask 3127(define-public python-pytest-flask
@@ -3706,7 +3706,7 @@ interaction, like key presses and mouse clicks.")
3706 ;; tests: 23 passed, 13 deselected 3706 ;; tests: 23 passed, 13 deselected
3707 #:test-flags 3707 #:test-flags
3708 #~(list "-p" "no:randomly" 3708 #~(list "-p" "no:randomly"
3709 ;; Skip tests requireing python-factory-boy, python-faker, 3709 ;; Skip tests requiring python-factory-boy, python-faker,
3710 ;; python-numpy, and python-pytest-xdist to reduce closure size. 3710 ;; python-numpy, and python-pytest-xdist to reduce closure size.
3711 "-k" (string-join 3711 "-k" (string-join
3712 (list "not test_entrypoint_injection" 3712 (list "not test_entrypoint_injection"