Page MenuHomeSoftware Heritage

D2333.diff
No OneTemporary

D2333.diff

diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -2,12 +2,13 @@
envlist=flake8,mypy,py3-{core,db,server}
[testenv]
+extras =
+ testing-core
+ core: logging
+ db: db, testing-db
+ server: http
deps =
- .[testing-core]
- core: .[logging]
- db: .[db,testing-db]
db: pifpaf
- server: .[http]
cover: pytest-cov
commands =
db: pifpaf run postgresql -- \
@@ -32,9 +33,13 @@
{envpython} -m flake8
[testenv:mypy]
-skip_install = true
+extras =
+ testing-core
+ logging
+ db
+ testing-db
+ http
deps =
- .[logging,db,http,testing-core,testing-db]
mypy
commands =
mypy swh

File Metadata

Mime Type
text/plain
Expires
Dec 20 2024, 11:45 AM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3221517

Event Timeline