mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
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:
parent
53a3b967ac
commit
deffc3a532
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user