python3Packages.cymem: re-enable tests

This commit is contained in:
Winter 2022-08-24 12:38:29 -04:00
parent 32380286b4
commit d18529e1a0

View file

@ -20,12 +20,11 @@ buildPythonPackage rec {
cython
];
# ModuleNotFoundError: No module named 'cymem.cymem'
doCheck = false;
checkInputs = [ pytestCheckHook ];
pytestFlagsArray = [ "cymem" ];
preCheck = ''
cd cymem
'';
meta = with lib; {
description = "Cython memory pool for RAII-style memory management";