Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-autobahn
Commits:
d51ac097 by Chih-Hsuan Yen at 2024-10-10T22:33:30+08:00
Backport a commit to fix compatibility with pytest-asyncio 0.24.0
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -47,6 +47,11 @@ prepare() {
# replaced with -march=nehalem so that the SSE 4.1 implementation is built
# [1]
https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0002-march.rst
sed -i "s#, '-march=native'##" autobahn/nvx/_utf8validator.py
+
+ # Backport a commit [1] to fix compatibility with pytest-asyncio 0.24.0,
which is stricter about pytest marks [2]
+ # [1] https://github.com/crossbario/autobahn-python/pull/1647
+ # [2] https://github.com/pytest-dev/pytest-asyncio/pull/886
+ git cherry-pick -n 7bc85b34e200640ab98a41cfddb38267f39bc92e
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-autobahn/-/commit/d51ac097fe38917eb875d6222af53ddb05dc7160
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-autobahn/-/commit/d51ac097fe38917eb875d6222af53ddb05dc7160
You're receiving this email because of your account on gitlab.archlinux.org.