8000 Re-organize directory structure by ilevkivskyi · Pull Request #4971 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Re-organize directory structure #4971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Jan 27, 2021
Prev Previous commit
Next Next commit
Try disabling pytype test
  • Loading branch information
Ivan Levkivskyi committed Jan 26, 2021
commit fe3e622f3765bd56f1a16583e5f19c153afe288d
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
python-version: 3.6
- run: pip install -r requirements-tests-py3.txt
- run: ./tests/pytype_test.py
# TODO: re-enable when pytype supports new directory structure.
continue-on-error: true

mypy:
name: Run mypy against the stubs
Expand Down
0