lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.typecode: disable failing test

+3
+3
pkgs/development/python-modules/typecode/default.nix
··· 15 15 buildPythonPackage rec { 16 16 pname = "typecode"; 17 17 version = "21.6.1"; 18 + format = "setuptools"; 18 19 19 20 src = fetchPypi { 20 21 inherit pname version; ··· 43 44 44 45 disabledTests = [ 45 46 "TestFileTypesDataDriven" 47 + # AssertionError: assert 'application/x-bytecode.python'... 48 + "test_compiled_python_1" 46 49 ]; 47 50 48 51 pythonImportsCheck = [