diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2022-03-07 11:47:44 -0800 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-03-14 00:29:08 +0100 |
| commit | 16fb34b717d923f5a8e981b105ccfc7878979194 (patch) | |
| tree | aaa59081a9af864e7aedf973a671fb06c0c4e526 /pkgs/development/python-modules/devtools | |
| parent | python3Packages.tensorflow: 2.7.1 -> 2.8.0 (diff) | |
| download | nixpkgs-16fb34b717d923f5a8e981b105ccfc7878979194.tar.gz | |
python310Packages.devtools: skip python 3.10 incompatible tests
Diffstat (limited to 'pkgs/development/python-modules/devtools')
| -rw-r--r-- | pkgs/development/python-modules/devtools/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/devtools/default.nix b/pkgs/development/python-modules/devtools/default.nix index c9e0a79a2413..34004769b1fd 100644 --- a/pkgs/development/python-modules/devtools/default.nix +++ b/pkgs/development/python-modules/devtools/default.nix @@ -44,6 +44,8 @@ buildPythonPackage rec { "test_print_subprocess" # sensitive to timing "test_multiple_not_verbose" + # sensitive to interpreter output + "test_simple_vars" ]; pythonImportsCheck = [ |
