Gyeongjae Choi
328a9ffc34
Add tag key in meta.yaml spec ( #3444 )
...
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2023-01-27 13:31:26 +09:00
Gyeongjae Choi
555f7828f4
Parse top-level import name from wheel file ( #3006 )
2022-09-06 15:20:04 +09:00
Roman Yurchak
c85e00806b
MAINT Switch to pytest-pyodide ( #2893 )
...
Co-authored-by: ryanking13 <def6488@gmail.com>
2022-07-31 19:00:45 +09:00
Hood Chatham
2f4f258bb5
MAINT Use target sysconfigdata rather than host sysconfigdata when cross compiling ( #2516 )
...
sysconfig.py uses the environment variable `_PYTHON_SYSCONFIGDATA_NAME`
to decide where to look for the sysconfig data file with info about the compile target.
We also need to separately insure that our sysconfig data file is on the path. We
don't want the rest of our target stdlib on the path, so I made an extra sysconfigdata
folder, copied the sysconfig data into it, and put it on the path.
2022-05-29 18:59:10 -07:00
Hood Chatham
36dee13657
MAINT run_in_pyodide function should take selenium fixture as an explicit argument ( #2617 )
...
This updates run_in_pyodide to assume that the first argument of the function will be a selenium fixture.
2022-05-25 19:47:43 -07:00
Gyeongjae Choi
b20b43bd66
MAINT Split conftest.py into modules ( #2418 )
2022-05-08 16:52:08 +09:00
Gyeongjae Choi
a95a27e754
DOC Remove dummy packages from docs ( #2358 )
2022-04-14 06:22:07 -07:00
Henry Schreiner
66856a7427
MAINT isort ( #2200 )
2022-02-21 23:27:03 +01:00
Henry Schreiner
41b6db1bab
style: improve pre-commit ( #2177 )
2022-02-19 09:06:25 +01:00
Hood Chatham
19261f394c
Remove function pointer cast emulation ( #2019 )
2021-12-09 10:31:21 -08:00