dev-python/raven: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-08 03:51:06 +02:00
parent 3f6e407c73
commit 925166d9a9
4 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/setup.cfg 2018-12-19 11:00:58.000000000 -0000
+++ b/setup.cfg 2021-05-08 01:39:02.631499047 -0000
@@ -1,6 +1,6 @@
[tool:pytest]
python_files = test*.py
-addopts = --tb=native -p no:doctest -p no:logging --cov=raven
+addopts = --tb=native -p no:doctest -p no:logging
norecursedirs = raven build bin dist htmlcov hooks node_modules .* {args}
django_settings_module = tests.contrib.django.settings
python_paths = tests