1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python3Packages.typecode: disable failing test

This commit is contained in:
Fabian Affolter 2021-11-22 09:19:10 +01:00
parent 3ef4ee2ec9
commit 773e7702c1

View file

@ -15,6 +15,7 @@
buildPythonPackage rec {
pname = "typecode";
version = "21.6.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
@ -43,6 +44,8 @@ buildPythonPackage rec {
disabledTests = [
"TestFileTypesDataDriven"
# AssertionError: assert 'application/x-bytecode.python'...
"test_compiled_python_1"
];
pythonImportsCheck = [