py-pint: fix import tests (#23918)

This commit is contained in:
Adam J. Stewart 2021-05-26 15:27:05 -05:00 committed by GitHub
parent a9e3f21002
commit f1e0053bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@ class PyPint(PythonPackage):
pypi = "pint/Pint-0.11.tar.gz"
# 'pint' requires 'xarray', creating a circular dependency. Don't bother attempting
# any import tests for this package.
import_modules = []
version('0.11', sha256='308f1070500e102f83b6adfca6db53debfce2ffc5d3cbe3f6c367da359b5cf4d')
version('0.10.1', sha256='d739c364b8326fe3d70773d5720fa8b005ea6158695cad042677a588480c86e6')
version('0.10', sha256='38a4d6e242b8bab693cd83a5f5ade3d816463b498658e7ab14ce64c4d458c88b')