Fedora CI: Add marshalparser test
This commit is contained in:
parent
f0453369b7
commit
7b8d3bad45
1 changed files with 4 additions and 0 deletions
|
|
@ -11,8 +11,12 @@
|
|||
- smoke:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.6 ./venv.sh
|
||||
- marshalparser:
|
||||
dir: python/marshalparser
|
||||
run: VERSION=3.6 SAMPLE=10 test_marshalparser_compatibility.sh
|
||||
required_packages:
|
||||
- gcc
|
||||
- python3-tox
|
||||
- python3.6
|
||||
- glibc-all-langpacks # for locale tests
|
||||
- marshalparser # for testing compatibility (magic numbers) with marshalparser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue