mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-19 23:09:56 +08:00
disable django tests typecheck
This commit is contained in:
+4
-4
@@ -18,10 +18,10 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
black --check --line-length=120 django-stubs/
|
black --check --line-length=120 django-stubs/
|
||||||
|
|
||||||
- name: "Typecheck Django test suite"
|
# - name: "Typecheck Django test suite"
|
||||||
python: 3.7
|
# python: 3.7
|
||||||
script: |
|
# script: |
|
||||||
xonsh ./scripts/typecheck_django_tests.xsh
|
# xonsh ./scripts/typecheck_django_tests.xsh
|
||||||
|
|
||||||
before_install: |
|
before_install: |
|
||||||
# Upgrade pip, setuptools, and wheel
|
# Upgrade pip, setuptools, and wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user