mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +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.
|
# Check that library requirements are pinned exactly the same across different setup files.
|
||||||
# TODO: correct checks for numpy rather than ignoring
|
# TODO: correct checks for numpy rather than ignoring
|
||||||
libs_ignore_requirements = [
|
libs_ignore_requirements = [
|
||||||
"numpy",
|
|
||||||
"pytest",
|
"pytest",
|
||||||
"pytest-timeout",
|
"pytest-timeout",
|
||||||
"mock",
|
"mock",
|
||||||
"flake8",
|
"flake8",
|
||||||
|
"hypothesis",
|
||||||
]
|
]
|
||||||
# ignore language-specific packages that shouldn't be installed by all
|
# ignore language-specific packages that shouldn't be installed by all
|
||||||
libs_ignore_setup = [
|
libs_ignore_setup = [
|
||||||
"numpy",
|
|
||||||
"fugashi",
|
"fugashi",
|
||||||
"natto-py",
|
"natto-py",
|
||||||
"pythainlp",
|
"pythainlp",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user