Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124059
D2333.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
619 B
Subscribers
None
D2333.diff
View Options
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
Details
Attached
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
Attached To
D2333: Migrate tox.ini to extras = xxx instead of deps = .[testing]
Event Timeline
Log In to Comment