about summary refs log tree commit diff
path: root/pkgs/development/python-modules/devtools
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-03-07 11:47:44 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-14 00:29:08 +0100
commit16fb34b717d923f5a8e981b105ccfc7878979194 (patch)
treeaaa59081a9af864e7aedf973a671fb06c0c4e526 /pkgs/development/python-modules/devtools
parent9666419d54e59421284ade46c330375ac2d2efb3 (diff)
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.nix2
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 c9e0a79a2413f..34004769b1fdf 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 = [