Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Leo
aports
Commits
eae1d85f
Commit
eae1d85f
authored
Dec 29, 2020
by
Natanael Copa
Browse files
community/py3-trio: disable pytest>=6.2 incompatible test
Upstream issue:
https://github.com/python-trio/trio/issues/1843
parent
c0b0c9db
Changes
1
Hide whitespace changes
Inline
Side-by-side
community/py3-trio/APKBUILD
View file @
eae1d85f
...
...
@@ -22,7 +22,10 @@ build() {
}
check
()
{
pytest
-m
"not redistributors_should_skip"
# test_fallback_when_no_hook_claims_it fails with pytest >= 6.2
# https://github.com/python-trio/trio/issues/1843
pytest
-v
-m
"not redistributors_should_skip"
\
--deselect
trio/_core/tests/test_asyncgen.py::test_fallback_when_no_hook_claims_it
}
package
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment