Skip to content
Snippets Groups Projects

Add metapackages for other APIs

Merged Stuart Prescott requested to merge tmp/metapackages into master
10 files
+ 559
90
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 11
0
 
--- a/pytest.ini
 
+++ b/pytest.ini
 
@@ -1,8 +1,6 @@
 
[pytest]
 
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --import-mode=importlib --maxfail 10 --cov=qtpy --cov-report=term-missing
 
empty_parameter_set_mark = fail_at_collect
 
-filterwarnings =
 
- error
 
log_auto_indent = True
 
log_level = INFO
 
minversion = 6.0
Loading