Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove py.typed
  • Loading branch information
Dr-Irv committed Jun 8, 2022
commit f1f1945bee331891de6814732a5ec480ae28f478
19 changes: 9 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,16 @@ jobs:
rm -rf typings
pip install pyright

- name: run pyright command line
run: |
pyright --version
pyright --dependencies tests/pandas/test_timefuncs.py
# - name: run pyright command line
# run: |
# pyright --version
# pyright --dependencies tests/pandas/test_timefuncs.py

# - name: Run pyright against dist
# uses: gramster/pyright-action@main
# with:
# project: pyrightdistconfig.json
# extra-args: --dependencies
# warn-partial: true
- name: Run pyright against dist
uses: gramster/pyright-action@main
with:
project: pyrightdistconfig.json
warn-partial: true

- name: Run mypy against dist
run:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def list_packages(source_path: str = src_path) -> Generator:
package_dir={"": "src.tmp"},
version=version,
packages=list(list_packages()),
package_data={"pandas-stubs": ["py.typed", "*.pyi", "**/*.pyi"]},
package_data={"pandas-stubs": ["*.pyi", "**/*.pyi"]},
install_requires=['typing_extensions>=4.2;python_version>="3.8"'],
)
1 change: 0 additions & 1 deletion typings/pandas/py.typed

This file was deleted.