python3Packages.pyclipper: enable tests
This commit is contained in:
parent
8d14dc9157
commit
b438f0fb98
@ -3,6 +3,8 @@
|
||||
, buildPythonPackage
|
||||
, setuptools-scm
|
||||
, cython
|
||||
, pytestCheckHook
|
||||
, unittest2
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -20,10 +22,7 @@ buildPythonPackage rec {
|
||||
cython
|
||||
];
|
||||
|
||||
# Requires pytest_runner to perform tests, which requires deprecated
|
||||
# features of setuptools. Seems better to not run tests. This should
|
||||
# be fixed upstream.
|
||||
doCheck = false;
|
||||
checkInputs = [ pytestCheckHook unittest2 ];
|
||||
pythonImportsCheck = [ "pyclipper" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user