python3Packages.reproject: fix tests
This commit is contained in:
parent
5a2d41f70c
commit
2924941c0e
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ buildPythonPackage rec {
|
|||
"build/lib*"
|
||||
# Avoid failure due to user warning: Distutils was imported before Setuptools
|
||||
"-p no:warnings"
|
||||
# Uses network
|
||||
"--ignore build/lib*/reproject/interpolation/"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue