Skip to content
Snippets Groups Projects
Verified Commit 4e2a0417 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

d/rules: Activate back cassandra tests with debug logs

Related to T3053
parent ce157135
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,11 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python (>= 2),
cassandra,
openjdk-11-jre,
python3-aiohttp,
python3-all,
python3-cassandra,
python3-click,
python3-dateutil,
python3-flask,
......
#!/usr/bin/make -f
export SWH_CASSANDRA_LOGS=1
export PYBUILD_NAME=swh.storage
export PYBUILD_TEST_ARGS=-v -m "not db and not fs and not network and not cassandra" \
export PYBUILD_TEST_ARGS=-v -m "not db and not fs and not network" \
--hypothesis-profile=fast ./swh/storage/tests \
-p no:pytest_swh_storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment