glasgow: enable tests
This commit is contained in:
parent
abcd56bd77
commit
67393f6441
@ -49,9 +49,8 @@ buildPythonPackage rec {
|
|||||||
export SETUPTOOLS_SCM_PRETEND_VERSION="${realVersion}"
|
export SETUPTOOLS_SCM_PRETEND_VERSION="${realVersion}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# a couple failing tests and also installCheck tries to build_ext again
|
# installCheck tries to build_ext again
|
||||||
doInstallCheck = false;
|
doInstallCheck = false;
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
python -m unittest discover
|
python -m unittest discover
|
||||||
|
Loading…
Reference in New Issue
Block a user