Submitter | phabricator |
---|---|
Date | Feb. 7, 2020, 8:40 p.m. |
Message ID | <f24dafb3fee6e43a6bdd62af11d04bff@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45027/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -49,3 +49,14 @@ variables: RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" PYTHON: python3 + +test-py2-pure: + <<: *runtests + variables: + RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" + +test-py3-pure: + <<: *runtests + variables: + RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" + PYTHON: python3