Update package requirements tests (#7409)

* Add hypothesis to packages skipped in version check

* Add numpy back to tests following 2df1ab8a
This commit is contained in:
Adriane Boyd 2021-03-11 16:24:31 +01:00 committed by GitHub
parent 53a3b967ac
commit deffc3a532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,15 +6,14 @@ def test_build_dependencies():
# Check that library requirements are pinned exactly the same across different setup files.
# TODO: correct checks for numpy rather than ignoring
libs_ignore_requirements = [
"numpy",
"pytest",
"pytest-timeout",
"mock",
"flake8",
"hypothesis",
]
# ignore language-specific packages that shouldn't be installed by all
libs_ignore_setup = [
"numpy",
"fugashi",
"natto-py",
"pythainlp",