mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
* Use --tb=native for py.test in build.py
This commit is contained in:
parent
f5faa9e327
commit
5f40f75d1d
2
build.py
2
build.py
|
@ -65,7 +65,7 @@ elif install_mode == 'test':
|
||||||
os.chdir('tmp')
|
os.chdir('tmp')
|
||||||
|
|
||||||
x('python -m spacy.en.download')
|
x('python -m spacy.en.download')
|
||||||
x('python -m pytest ../spacy/ -x --models --vectors --slow')
|
x('python -m pytest --tb="native" ../spacy/ -x --models --vectors --slow')
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
os.chdir(old)
|
os.chdir(old)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user