mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
remove pytest requirement & make languagecheck an optional dependency
This commit is contained in:
@@ -4,6 +4,7 @@ before_install:
|
||||
- python --version
|
||||
- pip install -U pip
|
||||
- pip install -U pytest
|
||||
- pip install git+https://github.com/jxmorris12/language-check
|
||||
install:
|
||||
- pip install . # ".[test]" . # install package + test dependencies
|
||||
script: pytest # run tests
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
editdistance
|
||||
filelock
|
||||
language-check
|
||||
lru-dict
|
||||
nltk
|
||||
numpy
|
||||
@@ -16,4 +15,3 @@ tensorflow_hub
|
||||
terminaltables
|
||||
tqdm
|
||||
visdom
|
||||
pytest
|
||||
|
||||
Reference in New Issue
Block a user