-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint: add rdata as a testing dependency (#265)
* Add rdata as a dependency * Don't explicitly install rdata an extra time. Don't reference [test] in `pip install -e .` * Revert removal of `[test]` in cases where it is still needed. * Add read_rds workaround for rdata on Python 3.8. * Remove `hasattr` check * Add type conversion for 3.8 support of rds load * Use f.name for 3.8 rdata call * Use f.name rather than type conversion. * Enable `reportMissingImports` in pyright * Isolate protected import for pyright * Disable pyright for protected optional import * Fix typo 🤦♂️ * dropped 3.8, no longer need workaround --------- Co-authored-by: isabelizimm <[email protected]>
- Loading branch information
1 parent
0ae055e
commit 8a4faf1
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters