Rebased to Python 3.9.0a1

Actually rebased patches: 102, 189

New patches at https://github.com/fedora-python/cpython/tree/fedora-3.9
This commit is contained in:
Miro Hrončok 2019-11-20 10:35:05 +01:00
commit b180b3028c
11 changed files with 64 additions and 63 deletions

View file

@ -10,13 +10,13 @@
tests:
- smoke:
dir: python/smoke
run: VERSION=3.8 ./venv.sh
run: VERSION=3.9 ./venv.sh
- selftest:
dir: python/selftest
run: VERSION=3.8 X="-x test_wsgiref" ./parallel.sh
run: VERSION=3.9 X="-x test_wsgiref" ./parallel.sh
required_packages:
- gcc # for extension building in venv and selftest
- gdb # for test_gdb
- python38 # the test subject
- python39 # the test subject
- python3-tox # for venv tests
- glibc-all-langpacks # for locale tests