We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7a026 commit b8d20a2Copy full SHA for b8d20a2
1 file changed
tox.ini
@@ -26,6 +26,8 @@ setenv=
26
{valkey_sentinel}: PIFPAF=pifpaf --env-prefix DOGPILE run valkey --port {env:TOX_DOGPILE_PORT:11234} --sentinel --sentinel-port {env:TOX_DOGPILE_SENTINEL_PORT:11235} --
27
{valkey_sentinel}: RUNTESTS=tests/cache/test_valkey_sentinel_backend.py
28
29
+ {memory}: RUNTESTS=tests/cache/test_memory_backend.py
30
+
31
{dbm}: RUNTESTS=tests/cache/test_dbm_backend.py
32
33
{cov}: COVERAGE={[testenv]cov_args}
0 commit comments