@@ -80,18 +80,18 @@ REDIS =
80
80
[testenv]
81
81
passenv = CI, GITHUB*
82
82
commands =
83
- {envpython} -m pytest -vv -k ' not tests' --cov-report = --ds =settings.sqlite {posargs}
84
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_herd {posargs}
85
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_json {posargs}
86
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_lz4 {posargs}
87
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_msgpack {posargs}
88
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_sentinel {posargs}
89
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_sentinel_opts {posargs}
90
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_sharding {posargs}
91
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_usock {posargs}
92
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_zlib {posargs}
93
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_zstd {posargs}
94
- {envpython} -m pytest -vv -k ' not tests' --cov-append --cov-report = --ds =settings.sqlite_gzip {posargs}
83
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-report = --ds =settings.sqlite {posargs}
84
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_herd {posargs}
85
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_json {posargs}
86
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_lz4 {posargs}
87
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_msgpack {posargs}
88
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_sentinel {posargs}
89
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_sentinel_opts {posargs}
90
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_sharding {posargs}
91
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_usock {posargs}
92
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_zlib {posargs}
93
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_zstd {posargs}
94
+ {envpython} -m pytest -vv -- ignore = tests/* --cov-append --cov-report = --ds =settings.sqlite_gzip {posargs}
95
95
{envpython} -m coverage report
96
96
{envpython} -m coverage xml
97
97
0 commit comments