mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dkist: Fix tests.
* gnu/packages/astronomy.scm (python-dkist)[arguments] <test-flags>: Ignore benchmark tests. [native-inputs]: Remove python-pytest-benchmark. Change-Id: Id71d740c568e2c0e70b6452bf770e635c1267b4e
This commit is contained in:
parent
cd710165a0
commit
477b87186f
1 changed files with 5 additions and 1 deletions
|
@ -3761,6 +3761,11 @@ Cesium.")
|
|||
(list
|
||||
#:test-flags
|
||||
#~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
|
||||
;; When python-pytest-benchmark is added: Benchmarks are
|
||||
;; automatically disabled because xdist plugin is
|
||||
;; active.Benchmarks cannot be performed reliably in a
|
||||
;; parallelized environment.
|
||||
"--ignore=dkist/tests/test_benchmarks.py"
|
||||
;; Network access is required.
|
||||
"--deselect=dkist/net/tests/test_client.py::test_fetch_with_headers")
|
||||
#:phases
|
||||
|
@ -3773,7 +3778,6 @@ Cesium.")
|
|||
(native-inputs
|
||||
(list python-pydot
|
||||
python-pytest
|
||||
python-pytest-benchmark
|
||||
python-pytest-cov
|
||||
python-pytest-doctestplus
|
||||
python-pytest-filter-subpackage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue