mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
Merge pull request #288692 from a-n-n-a-l-e-e/qcodes-disable-flaky
python311Packages.qcodes: disable flaky tests, use hypothesis ci profile
This commit is contained in:
commit
4dec2a6e52
@ -119,6 +119,8 @@ buildPythonPackage rec {
|
|||||||
"-n"
|
"-n"
|
||||||
"$NIX_BUILD_CORES"
|
"$NIX_BUILD_CORES"
|
||||||
# Follow upstream with settings
|
# Follow upstream with settings
|
||||||
|
"-m 'not serial'"
|
||||||
|
"--hypothesis-profile ci"
|
||||||
"--durations=20"
|
"--durations=20"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -141,6 +143,11 @@ buildPythonPackage rec {
|
|||||||
"test_get_array_in_scalar_param_data"
|
"test_get_array_in_scalar_param_data"
|
||||||
"test_get_parameter_data"
|
"test_get_parameter_data"
|
||||||
"test_ramp_safely"
|
"test_ramp_safely"
|
||||||
|
|
||||||
|
# more flaky tests
|
||||||
|
# https://github.com/microsoft/Qcodes/issues/5551
|
||||||
|
"test_query_close_once_at_init"
|
||||||
|
"test_step_ramp"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user