Commit 8a4faf1
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 <isabel.zimmerman@rstudio.com>1 parent 0ae055e commit 8a4faf1
File tree
4 files changed
+7
-4
lines changed- .github/workflows
- pins
- requirements
4 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
363 | 365 | | |
364 | 366 | | |
365 | 367 | | |
| |||
442 | 444 | | |
443 | 445 | | |
444 | 446 | | |
| 447 | + | |
| 448 | + | |
445 | 449 | | |
446 | 450 | | |
447 | 451 | | |
| |||
0 commit comments