[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
193/242: gnu: python-locust: Update to 2.8.6.
From: |
guix-commits |
Subject: |
193/242: gnu: python-locust: Update to 2.8.6. |
Date: |
Thu, 12 May 2022 14:14:33 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit ece8e759027ac02602d3ffb5f4ecc41a15a4ecf3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 19 17:39:37 2022 -0400
gnu: python-locust: Update to 2.8.6.
* gnu/packages/benchmark.scm (python-locust): Update to 2.8.6.
[phases]{relax-requirements}: New phase.
{check}: Skip the test_distributed_shape test.
[propagated-inputs]: Add python-jinja2.
---
gnu/packages/benchmark.scm | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 25cdfe1dd2..b167c6de6e 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -266,18 +266,25 @@ file metadata operations that can be performed per
second.")
(define-public python-locust
(package
(name "python-locust")
- (version "2.5.1")
+ (version "2.8.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "locust" version))
(sha256
(base32
- "1516z6z5pikybg7pma2cgxgj3wxaaky7z6d30mxf81wd4krbq16s"))))
+ "1gn13j758j36knlcdyyyggn60rpw98iqdkvl3kjsz34brysic6q1"))))
(build-system python-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'relax-requirements
+ (lambda _
+ (substitute* "setup.py"
+ (("setuptools_scm<=6.0.1")
+ "setuptools_scm")
+ (("Jinja2<3.1.0")
+ "Jinja2"))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
@@ -299,7 +306,10 @@ file metadata operations that can be performed per
second.")
;; respectively (see:
;;
https://github.com/locustio/locust/issues/1708).
"not test_custom_exit_code"
- "not test_webserver") " and "))))))))
+ "not test_webserver"
+ ;; This test fails with "AssertionError:
+ ;; 'stopped' != 'stopping'".
+ "not test_distributed_shape") " and "))))))))
(propagated-inputs
(list python-configargparse
python-flask
@@ -307,6 +317,7 @@ file metadata operations that can be performed per second.")
python-flask-cors
python-gevent
python-geventhttpclient
+ python-jinja2
python-msgpack
python-psutil
python-pyzmq
@@ -315,8 +326,11 @@ file metadata operations that can be performed per
second.")
python-typing-extensions
python-werkzeug))
(native-inputs
- (list python-mock python-pyquery python-pytest
- python-retry python-setuptools-scm))
+ (list python-mock
+ python-pyquery
+ python-pytest
+ python-retry
+ python-setuptools-scm))
(home-page "https://locust.io/")
(synopsis "Distributed load testing framework")
(description "Locust is a performance testing tool that aims to be easy to
- 25/242: gnu: python-fonttools-with-test: Rename to python-fonttools-full., (continued)
- 25/242: gnu: python-fonttools-with-test: Rename to python-fonttools-full., guix-commits, 2022/05/12
- 44/242: gnu: Add python-pytest-enabler-bootstrap., guix-commits, 2022/05/12
- 42/242: gnu: Add python-types-pytz., guix-commits, 2022/05/12
- 85/242: gnu: Add python-sfdlib., guix-commits, 2022/05/12
- 109/242: gnu: python-nbclient: Update to 0.6.0., guix-commits, 2022/05/12
- 114/242: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/05/12
- 118/242: gnu: Add python-nbdime., guix-commits, 2022/05/12
- 131/242: gnu: Add texlive-xindy., guix-commits, 2022/05/12
- 129/242: gnu: texlive-latex-geometry: Propagate texlive-latex-graphics., guix-commits, 2022/05/12
- 178/242: gnu: python-amqp: Update to 5.1.1 and enable tests., guix-commits, 2022/05/12
- 193/242: gnu: python-locust: Update to 2.8.6.,
guix-commits <=
- 215/242: gnu: python-pydata-sphinx-theme: Update to 0.7.2., guix-commits, 2022/05/12
- 212/242: gnu: dynaconf: Fix build following python-click upgrade., guix-commits, 2022/05/12
- 219/242: gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests., guix-commits, 2022/05/12
- 241/242: gnu: Add python-sanic-testing., guix-commits, 2022/05/12
- 204/242: gnu: emacsy: Use webkitgtk-with-libsoup2., guix-commits, 2022/05/12
- 238/242: gnu: python-multidict: Update to 5.2.0., guix-commits, 2022/05/12
- 07/242: gnu: python-traitlets: Update to 5.1.1., guix-commits, 2022/05/12
- 39/242: gnu: Add python-jaraco-functools-bootstrap., guix-commits, 2022/05/12
- 60/242: gnu: python-factory-boy: Update to 3.2.1., guix-commits, 2022/05/12
- 133/242: gnu: python-websockets: Update to 10.3 and enable tests., guix-commits, 2022/05/12