mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-02 05:48:52 -04:00
- try to improve the default coverage job
This commit is contained in:
@@ -42,10 +42,11 @@ setenv=
|
||||
|
||||
# see also .coveragerc
|
||||
deps=pytest-cov
|
||||
pytest-xdist
|
||||
coverage
|
||||
mock
|
||||
commands=
|
||||
python -m pytest --cov=sqlalchemy --cov-report term --cov-report xml \
|
||||
python -m pytest -n4 --cov=sqlalchemy --cov-report term --cov-report xml \
|
||||
--exclude-tag memory-intensive \
|
||||
--exclude-tag timing-intensive \
|
||||
-k "not aaa_profiling" \
|
||||
|
||||
Reference in New Issue
Block a user