python310Packages.typecode: disable tests that fail against file 5.45

This commit is contained in:
Theodore Ni 2023-08-27 01:23:16 -07:00
parent d78f502c6b
commit e50da2639a
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -47,9 +47,17 @@ buildPythonPackage rec {
disabledTests = [
"TestFileTypesDataDriven"
# Many of the failures below are reported in:
# https://github.com/nexB/typecode/issues/36
# AssertionError: assert 'application/x-bytecode.python'...
"test_compiled_python_1"
"test_package_json"
# fails due to change in file (libmagic) 5.45
"test_doc_postscript_eps"
"test_package_debian"
];
pythonImportsCheck = [