mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python310Packages.devtools: skip python 3.10 incompatible tests
This commit is contained in:
parent
9666419d54
commit
16fb34b717
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ buildPythonPackage rec {
|
|||
"test_print_subprocess"
|
||||
# sensitive to timing
|
||||
"test_multiple_not_verbose"
|
||||
# sensitive to interpreter output
|
||||
"test_simple_vars"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue