Skip to content
Merged
Prev Previous commit
Next Next commit
Fix tests and re-add types-psutil
  • Loading branch information
emmatyping committed Sep 2, 2022
commit 68047e656bdafe51f630ac788447cc4a331168a7
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if: ${{ matrix.test_mypyc }}
run: |
pip install -r test-requirements.txt
CC=clang MYPYC_OPT_LEVEL=0 python3 setup.py --use-mypyc build_ext --inplace
CC=clang MYPYC_OPT_LEVEL=0 MYPY_USE_MYPYC=1 pip install -e .
- name: Setup tox environment
run: tox -e ${{ matrix.toxenv }} --notest
- name: Test
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ requires = [
"mypy_extensions>=0.4.3",
"typed_ast>=1.4.0,<2; python_version<'3.8'",
"tomli>=1.1.0; python_version<'3.11'",
"types-psutil",
"types-setuptools",
"types-typed-ast>=1.5.0,<1.6.0",
Comment thread
emmatyping marked this conversation as resolved.
Outdated
]
Expand Down