diff --git a/tests/tests.yml b/tests/tests.yml index 6869e7e..4fcdd28 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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