mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
PyPy support (#985)
* Run tests on PyPy (#984) Remove unnecessary `jobs.build.strategy.max_parallel` attribute * Workaround `symlink() is not implemented for PyPy on Windows` * Quote conditions in tests workflow file * Fix quoting in Poetry installation script * Adjust timeout when testing on pypy Running the tests with coverage pytest plugin makes some tests run slower than expected * Try to fix uvloop build errors on macos-latest * Try to fix uvloop build errors on macos-latest (2) * Adjust timeout when testing on pypy (2) * Increase timeout even more * Try to fix uvloop build errors on macos-latest (3) * Update tests.yml, revert changes in test files Add and improve step names Merge "Lint code" and "Check code-style" steps Don't install uvloop on macos when running on pypy Don't run tests with coverage on pypy Remove test timeout adjustments * Fix condition * Update README, add changelog * Put environment info (`IS_PYPY`, `IS_WINDOWS`) into environment variables * Fix conditions
This commit is contained in:
parent
e7cee430b2
commit
40c29a0494
3 changed files with 42 additions and 18 deletions
1
CHANGES/985.feature
Normal file
1
CHANGES/985.feature
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add PyPy support and run tests under PyPy
|
||||
Loading…
Add table
Add a link
Reference in a new issue