Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9339536
D5735.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
656 B
Subscribers
None
D5735.diff
View Options
diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -8,11 +8,11 @@
deps =
pytest-cov
commands =
- pytest --cov={envsitepackagesdir}/swh/model \
- --doctest-modules \
- full: {envsitepackagesdir}/swh/model \
- minimal: {envsitepackagesdir}/swh/model/tests/test_cli.py -m 'not requires_optional_deps' \
- --cov-branch {posargs}
+ pytest \
+ --doctest-modules \
+ full: --cov={envsitepackagesdir}/swh/model --cov-branch {posargs} \
+ full: {envsitepackagesdir}/swh/model
+ minimal: {envsitepackagesdir}/swh/model/tests/test_cli.py -m 'not requires_optional_deps'
[testenv:py3]
skip_install = true
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 3 2025, 9:45 AM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217979
Attached To
D5735: tox: Disable coverage in py3-minimal
Event Timeline
Log In to Comment