mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-22 01:28:29 +08:00
updated package setup (#485)
* updated package setup * updated to use python 3.9 * fixed test runner * fixed typecheck tests * fixed discrepencies * added override to runner * updated travis * updated pre-commit hooks * updated dep
This commit is contained in:
committed by
GitHub
parent
a3624dec36
commit
44151c485d
@@ -1,11 +1,10 @@
|
||||
[pytest]
|
||||
testpaths =
|
||||
./test-plugin
|
||||
./test-data
|
||||
./tests
|
||||
addopts =
|
||||
--tb=native
|
||||
-s
|
||||
-v
|
||||
--cache-clear
|
||||
--mypy-ini-file=./test-data/plugins.ini
|
||||
--mypy-ini-file=./tests/plugins.ini
|
||||
--mypy-extension-hook=scripts.tests_extension_hook.django_plugin_hook
|
||||
|
||||
Reference in New Issue
Block a user